diff options
author | Stefan Weil <sw@weilnetz.de> | 2012-02-08 22:41:37 +0100 |
---|---|---|
committer | malc <av1474@comtv.ru> | 2012-02-09 20:44:38 +0400 |
commit | 57c83dacfe179bf061b8fa79d9553ebabe4d2ff4 (patch) | |
tree | 5a95e263dccb31a6e105971e903ac66159bb0808 /Makefile.objs | |
parent | 7a65c8cc315c76bde6d692845c12e7ba06f44f89 (diff) | |
download | qemu-57c83dacfe179bf061b8fa79d9553ebabe4d2ff4.tar.gz qemu-57c83dacfe179bf061b8fa79d9553ebabe4d2ff4.tar.bz2 qemu-57c83dacfe179bf061b8fa79d9553ebabe4d2ff4.zip |
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 <sw@weilnetz.de>
Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.objs b/Makefile.objs index ec35320ff5..391e524525 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -323,8 +323,6 @@ hw-obj-$(CONFIG_SOUND) += $(sound-obj-y) 9pfs-nested-$(CONFIG_VIRTFS) += virtio-9p-proxy.o hw-obj-$(CONFIG_REALLY_VIRTFS) += $(addprefix 9pfs/, $(9pfs-nested-y)) -$(addprefix 9pfs/, $(9pfs-nested-y)): QEMU_CFLAGS+=$(GLIB_CFLAGS) - ###################################################################### # libdis |