Commit 1b284f05 by Richard Henderson Committed by Richard Henderson

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
parent 28fe2fb7
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
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment