From 5ba627e3ab07793506dd71bac2ae377e3cdd74be Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Wed, 23 Mar 2011 15:56:46 +0000 Subject: 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 Acked-by: Ian Jackson Committed-by: Ian Jackson --- tools/blktap/lib/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tools/blktap') diff --git a/tools/blktap/lib/Makefile b/tools/blktap/lib/Makefile index 505625e077..95eccac400 100644 --- a/tools/blktap/lib/Makefile +++ b/tools/blktap/lib/Makefile @@ -19,10 +19,6 @@ CFLAGS += -fPIC # get asprintf(): CFLAGS += -D _GNU_SOURCE -# Get gcc to generate the dependencies for us. -CFLAGS += -Wp,-MD,.$(@F).d -DEPS = .*.d - OBJS = $(SRCS:.c=.o) OBJS_PIC = $(SRCS:.c=.opic) IBINS := -- cgit v1.2.3