* config/i386/cygwin.h (CPP_SPEC): Add missing space before w32api include.
authorChristopher Faylor <cgf@cygnus.com>
Sun, 25 Feb 2001 19:28:09 +0000 (19:28 +0000)
committerChristopher Faylor <cgf@gcc.gnu.org>
Sun, 25 Feb 2001 19:28:09 +0000 (19:28 +0000)
From-SVN: r40059

gcc/ChangeLog
gcc/config/i386/cygwin.h

index 7234ccd..27c6737 100644 (file)
@@ -1,3 +1,8 @@
+Sun Feb 25 14:26:17 2001  Christopher Faylor <cgf@cygnus.com>
+
+       * config/i386/cygwin.h (CPP_SPEC): Add missing space before w32api
+       include.
+
 2001-02-25  Zack Weinberg  <zackw@stanford.edu>
 
        * config.gcc: Put back pa/t-openbsd and rs6000/t-openbsd.
index 81e995d..e2d765f 100644 (file)
@@ -110,7 +110,7 @@ Boston, MA 02111-1307, USA. */
     " CYGWIN_INCLUDES "} \
   %{mno-win32: %{mno-cygwin: %emno-cygwin and mno-win32 are not compatible}} \
   %{mno-cygwin:-DWIN32 -D_WIN32 -D__WIN32 -D__WIN32__ -DWINNT -D__MSVCRT__ \
-    -D__MINGW32__=0.3 %{mthreads:-D_MT} " MINGW_INCLUDES CYGWIN_W32API "\
+    -D__MINGW32__=0.3 %{mthreads:-D_MT} " MINGW_INCLUDES " " CYGWIN_W32API "\
     -iwithprefixbefore ../../../../mingw/include/g++-3 \
     -iwithprefixbefore ../../../../mingw/include \
     -iwithprefixbefore ../../../../mingw32/include/g++-3 \