]> cygwin.com Git - cygwin-apps/setup.git/commitdiff
* Makefile.in (CFLAGS): Remove -nostdinc from CFLAGS.
authorChristopher Faylor <me@cgf.cx>
Fri, 12 Oct 2001 05:41:58 +0000 (05:41 +0000)
committerChristopher Faylor <me@cgf.cx>
Fri, 12 Oct 2001 05:41:58 +0000 (05:41 +0000)
ChangeLog
Makefile.in

index d96a5fb91c2894c621f3efcff023c9f4a4fb0145..4bef65d761fcdb5eeed8e04780c5ba232f481936 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-12  Christopher Faylor  <cgf@redhat.com>
+
+       * Makefile.in (CFLAGS): Remove -nostdinc from CFLAGS.
+
 2001-10-12  Christopher Faylor  <cgf@redhat.com>
 
        * choose.cc (pick_line::paint): Reorganize after botched patch.
index 205d21475543803e1bfb1a0e79ffe3ba7b4bd971..d005db453391fa4473edb98bd617ce873376002b 100644 (file)
@@ -35,7 +35,7 @@ CC            := @CC@
 CC_FOR_TARGET  := $(CC)
 CXX            := @CXX@
 
-CFLAGS         := @CFLAGS@ -nostdinc
+CFLAGS         := @CFLAGS@
 CXXFLAGS       := @CXXFLAGS@ $(CFLAGS) -fno-exceptions -fno-rtti
 CXX            := @CXX@
 
This page took 0.033313 seconds and 5 git commands to generate.