* Makefile.common: Fix typo from previous checkin.
This commit is contained in:
parent
237ab58c28
commit
298b2249e6
|
@ -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>
|
2003-03-17 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* configure.in: w32api directory was already optional. Semi-revert
|
* configure.in: w32api directory was already optional. Semi-revert
|
||||||
|
|
|
@ -118,7 +118,7 @@ ifeq (,${findstring $(gcc_libdir),$(CFLAGS) $(CXXFLAGS) $(CXX) $(CC)})
|
||||||
GCC_INCLUDE:=${subst //,/,-I$(gcc_libdir)/include}
|
GCC_INCLUDE:=${subst //,/,-I$(gcc_libdir)/include}
|
||||||
endif
|
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) \
|
COMPILE_CXX=$(CXX) $c $(nostdinc) $(ALL_CXXFLAGS) $(GCC_INCLUDE) \
|
||||||
-fno-rtti -fno-exceptions
|
-fno-rtti -fno-exceptions
|
||||||
|
|
Loading…
Reference in New Issue