qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT 20094ef] Unbreak out-of-tree builds


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 20094ef] Unbreak out-of-tree builds
Date: Tue, 19 May 2009 16:58:21 -0000

From: malc <address@hidden>

Signed-off-by: malc <address@hidden>

diff --git a/Makefile.hw b/Makefile.hw
index a8c7174..87675fd 100644
--- a/Makefile.hw
+++ b/Makefile.hw
@@ -11,7 +11,7 @@ VPATH=$(SRC_PATH):$(SRC_PATH)/hw
 CFLAGS += $(OS_CFLAGS) $(ARCH_CFLAGS)
 LDFLAGS += $(OS_LDFLAGS) $(ARCH_LDFLAGS)
 
-CPPFLAGS += -I. -I$(SRC_PATH) -MMD -MP -MT $@
+CPPFLAGS += -I. -I.. -I$(SRC_PATH) -MMD -MP -MT $@
 CPPFLAGS += -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
 CPPFLAGS+=-I$(SRC_PATH)/fpu
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]