]> gcc.gnu.org Git - gcc.git/commitdiff
(winnt.o): Compile properly.
authorDoug Evans <dje@gnu.org>
Tue, 17 Sep 1996 23:42:22 +0000 (23:42 +0000)
committerDoug Evans <dje@gnu.org>
Tue, 17 Sep 1996 23:42:22 +0000 (23:42 +0000)
From-SVN: r12733

gcc/config/i386/t-cygwin32

index a1aa1c41a18fdbd98c892768a8de3fc8ff303456..4be2477fbc98fbffb272c7853623c49fa562a775 100644 (file)
@@ -4,5 +4,4 @@ LIB1ASMSRC = i386/cygwin32.asm
 LIB1ASMFUNCS = _chkstk
 
 winnt.o: $(srcdir)/config/i386/winnt.c
-       $(CC) -I. -I$(srcdir) -I$(srcdir)/config -c $(srcdir)/config/i386/winnt.c
-
+       $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/i386/winnt.c
This page took 0.063021 seconds and 5 git commands to generate.