From bade737e4503f2723d5a8b3f091f47aceff73124 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 23 Mar 2005 03:22:27 +0000 Subject: * Makefile.common: Add -dD to options when creating preprocess files. --- winsup/Makefile.common | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'winsup/Makefile.common') diff --git a/winsup/Makefile.common b/winsup/Makefile.common index 1edd4dc3c..034feaf7b 100644 --- a/winsup/Makefile.common +++ b/winsup/Makefile.common @@ -76,13 +76,13 @@ endif # Attempt to properly detect missing mingw or w32api and adjust command # line parameters appropriately -nostdinc:=${shell [ -d "$(updir)/w32api" ] && echo "-nostdinc"} -ifneq (,$(nostdinc)) +# nostdinc:=${shell [ -d "$(updir)/w32api" ] && echo "-nostdinc"} +# ifneq (,$(nostdinc)) nostdincxx:=-nostdinc++ -ifeq (,${findstring $(w32api_source),$(CFLAGS) $(CXXFLAGS) $(CXX) $(CC)}) +# ifeq (,${findstring $(w32api_source),$(CFLAGS) $(CXXFLAGS) $(CXX) $(CC)}) w32api_include:=-I$(w32api_source)/include -endif -endif +# endif +# endif mingw_include:=${shell [ -d "$(mingw_source)/include" ] && echo "-I$(mingw_source)/include"} ifneq (,$(mingw_include)) @@ -120,7 +120,7 @@ ifndef PREPROCESS c=-c o=.o else -c=-E +c=-E -dD o=.E endif -- cgit v1.2.3