* Makefile.common: Fix typo from previous checkin.

This commit is contained in:
Christopher Faylor 2003-03-17 22:35:53 +00:00
parent 237ab58c28
commit 298b2249e6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-03-17 Christopher Faylor <cgf@redhat.com>
* Makefile.common: Fix typo from previous checkin.
2003-03-17 Christopher Faylor <cgf@redhat.com>
* configure.in: w32api directory was already optional. Semi-revert

View File

@ -118,7 +118,7 @@ ifeq (,${findstring $(gcc_libdir),$(CFLAGS) $(CXXFLAGS) $(CXX) $(CC)})
GCC_INCLUDE:=${subst //,/,-I$(gcc_libdir)/include}
endif
nostdinc:=${shell [ -d "$$srcdir/w32api" ] && echo "-nostdinc -nostdinc++"]}
nostdinc:=${shell [ -d "$(updir)/w32api" ] && echo "-nostdinc -nostdinc++"}
COMPILE_CXX=$(CXX) $c $(nostdinc) $(ALL_CXXFLAGS) $(GCC_INCLUDE) \
-fno-rtti -fno-exceptions