mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-22 00:29:36 +08:00
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:
parent
28fe2fb748
commit
1b284f05ac
@ -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".
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user