aboutsummaryrefslogtreecommitdiffstats
path: root/tools/flask
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-03-23 15:56:46 +0000
committerIan Campbell <ian.campbell@citrix.com>2011-03-23 15:56:46 +0000
commit5ba627e3ab07793506dd71bac2ae377e3cdd74be (patch)
tree27776aafaae9016991f9dfdf2b85729ac3441786 /tools/flask
parent026bb0b5c01368de35ffcd2c10e2e2057a2fec6d (diff)
downloadxen-5ba627e3ab07793506dd71bac2ae377e3cdd74be.tar.gz
xen-5ba627e3ab07793506dd71bac2ae377e3cdd74be.tar.bz2
xen-5ba627e3ab07793506dd71bac2ae377e3cdd74be.zip
tools: drop further uses of -Wp,-MD,.$(@F).d to generate dependencies.
19025:bd78714b8594 switched to "-MMD -MF" in preference, adding the correct runes to tools/Rules.mk but appears to have missed some other uses of -Wp,... Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/flask')
-rw-r--r--tools/flask/libflask/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/flask/libflask/Makefile b/tools/flask/libflask/Makefile
index dcb5592807..7b75a120d0 100644
--- a/tools/flask/libflask/Makefile
+++ b/tools/flask/libflask/Makefile
@@ -11,9 +11,6 @@ CFLAGS += -Werror
CFLAGS += -fno-strict-aliasing
CFLAGS += -I./include $(CFLAGS_libxenctrl) $(CFLAGS_xeninclude)
-# Get gcc to generate the dependencies for us.
-CFLAGS += -Wp,-MD,.$(@F).d
-
LIB_OBJS := $(patsubst %.c,%.o,$(SRCS))
PIC_OBJS := $(patsubst %.c,%.opic,$(SRCS))