diff --git a/winsup/ChangeLog b/winsup/ChangeLog index 4f08a6e28..eb079134e 100644 --- a/winsup/ChangeLog +++ b/winsup/ChangeLog @@ -1,3 +1,7 @@ +2003-03-17 Christopher Faylor + + * Makefile.common: Fix typo from previous checkin. + 2003-03-17 Christopher Faylor * configure.in: w32api directory was already optional. Semi-revert diff --git a/winsup/Makefile.common b/winsup/Makefile.common index b0cf6dfa6..950803d60 100644 --- a/winsup/Makefile.common +++ b/winsup/Makefile.common @@ -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