t-cygwin (winnt.o): Depend on RTL_H and TREE_H.

* i386/t-cygwin (winnt.o): Depend on RTL_H and TREE_H.
        * i386/t-winnt: Likewise.

From-SVN: r30045
This commit is contained in:
Richard Henderson 1999-10-16 11:22:29 -07:00 committed by Richard Henderson
parent 28fe2fb748
commit 1b284f05ac
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,12 @@
Sat Oct 16 11:19:52 1999 Richard Henderson <rth@cygnus.com>
* i386/t-cygwin (winnt.o): Depend on RTL_H and TREE_H.
* i386/t-winnt: Likewise.
Sat Oct 16 11:11:54 1999 Richard Henderson <rth@cygnus.com>
* ggc-page.c (init_ggc): Work around SunOS unaligned mmap bug.
1999-10-16 Manfred Hollstein <mhollstein@cygnus.com>
* Makefile.in (LANGUAGES): Omit "proto".

View File

@ -12,5 +12,5 @@ LIMITS_H_TEST = true
# first.
LIBGCC2_INCLUDES = -I$(srcdir)/../winsup/include
winnt.o: $(srcdir)/config/i386/winnt.c
winnt.o: $(srcdir)/config/i386/winnt.c $(RTL_H) $(TREE_H)
$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/i386/winnt.c

View File

@ -1,4 +1,4 @@
winnt.o: $(srcdir)/config/i386/winnt.c
winnt.o: $(srcdir)/config/i386/winnt.c $(RTL_H) $(TREE_H)
$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/i386/winnt.c
oldnames.o: $(srcdir)/config/winnt/oldnames.c
$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/winnt/oldnames.c