* [Qemu-devel] [4155] Remove stray BASE_CFLAGS.
@ 2008-03-31 23:41 Paul Brook
0 siblings, 0 replies; only message in thread
From: Paul Brook @ 2008-03-31 23:41 UTC (permalink / raw)
To: qemu-devel
Revision: 4155
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4155
Author: pbrook
Date: 2008-03-31 23:41:24 +0000 (Mon, 31 Mar 2008)
Log Message:
-----------
Remove stray BASE_CFLAGS.
Modified Paths:
--------------
trunk/Makefile
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2008-03-31 17:07:36 UTC (rev 4154)
+++ trunk/Makefile 2008-03-31 23:41:24 UTC (rev 4155)
@@ -126,7 +126,7 @@
$(CC) $(CFLAGS) $(CPPFLAGS) $(CONFIG_VNC_TLS_CFLAGS) -c -o $@ $<
curses.o: curses.c keymaps.c curses_keys.h
- $(CC) $(CFLAGS) $(CPPFLAGS) $(BASE_CFLAGS) -c -o $@ $<
+ $(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $<
audio/sdlaudio.o: audio/sdlaudio.c
$(CC) $(CFLAGS) $(CPPFLAGS) $(SDL_CFLAGS) -c -o $@ $<
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-31 23:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-31 23:41 [Qemu-devel] [4155] Remove stray BASE_CFLAGS Paul Brook
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).