From 57c83dacfe179bf061b8fa79d9553ebabe4d2ff4 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Wed, 8 Feb 2012 22:41:37 +0100 Subject: make: Remove duplicate use of GLIB_CFLAGS Makefile, Makefile.hw, Makefile.target and libcacard/Makefile added GLIB_CFLAGS to QEMU_CFLAGS. Makefile.objs does this, too, and is included by all other Makefiles, so GLIB_CFLAGS were added twice (reported by malc). Signed-off-by: Stefan Weil Signed-off-by: malc --- Makefile.hw | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile.hw') diff --git a/Makefile.hw b/Makefile.hw index 7b8d068c94..33f1ab0183 100644 --- a/Makefile.hw +++ b/Makefile.hw @@ -10,7 +10,6 @@ include $(SRC_PATH)/rules.mak $(call set-vpath, $(SRC_PATH):$(SRC_PATH)/hw) QEMU_CFLAGS+=-I.. -QEMU_CFLAGS += $(GLIB_CFLAGS) QEMU_CFLAGS += -I$(SRC_PATH)/include include $(SRC_PATH)/Makefile.objs -- cgit v1.2.1