Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-03-18 01:35:53 +0300
committerChristopher Faylor <me@cgf.cx>2003-03-18 01:35:53 +0300
commit298b2249e60ace3a77a10ff7c143a9614385e0df (patch)
tree3d4f854df13317c51dfed041003a088b35344cd8 /winsup/Makefile.common
parent237ab58c28fc029b71ef1eb795081f7f106a4455 (diff)
* Makefile.common: Fix typo from previous checkin.
Diffstat (limited to 'winsup/Makefile.common')
-rw-r--r--winsup/Makefile.common2
1 files changed, 1 insertions, 1 deletions
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