]> cygwin.com Git - cygwin-apps/setup.git/commitdiff
* Makefile.in: Accomodate changes to w32api_include macro.
authorChristopher Faylor <me@cgf.cx>
Fri, 12 Oct 2001 19:50:13 +0000 (19:50 +0000)
committerChristopher Faylor <me@cgf.cx>
Fri, 12 Oct 2001 19:50:13 +0000 (19:50 +0000)
ChangeLog
Makefile.in

index 021b4c1a97310b732a63004ac8148e724fdef2bf..d2ec05e6730fe7db287e795d6f629c31bb8b3902 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-12  Christopher Faylor  <cgf@redhat.com>
+
+       * Makefile.in: Accomodate changes to w32api_include macro.
+
 2001-10-12  Christopher Faylor  <cgf@redhat.com>
 
        * Makefile.in: Use correct flags for windres.
index 1d61b7727c9fdc8969b5cc61f20d2149427e5dde..a870f8f3e8378089a2aad3a59c6f779c773a26f6 100644 (file)
@@ -44,7 +44,7 @@ OBJCOPY               := @OBJCOPY@
 
 include $(srcdir)/../Makefile.common
 
-MINGW_INCLUDES := -I. -I$(srcdir) -I$(mingw_source)/include -I$(w32api_include) -I$(updir)/bz2lib
+MINGW_INCLUDES := -I. -I$(srcdir) -I$(mingw_source)/include $(w32api_include) -I$(updir)/bz2lib
 
 MINGW_CXXFLAGS := -MMD $(CXXFLAGS) -mno-cygwin $(MINGW_INCLUDES) -mwindows
 MINGW_CFLAGS   := -MMD $(CFLAGS) -mno-cygwin $(MINGW_INCLUDES) -mwindows
This page took 0.034974 seconds and 5 git commands to generate.