diff options
author | Richard Henderson <rth@cygnus.com> | 1999-10-16 11:22:29 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1999-10-16 11:22:29 -0700 |
commit | 1b284f05acb025d025040466a23f9ca72548d7e7 (patch) | |
tree | e08292932cccca33f8555cf6c45453ed0bc9d2e7 /gcc/config/i386/t-cygwin | |
parent | 28fe2fb748d79a770f9349f35370ffe5627b4601 (diff) | |
download | gcc-1b284f05acb025d025040466a23f9ca72548d7e7.zip gcc-1b284f05acb025d025040466a23f9ca72548d7e7.tar.gz gcc-1b284f05acb025d025040466a23f9ca72548d7e7.tar.bz2 |
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
Diffstat (limited to 'gcc/config/i386/t-cygwin')
-rw-r--r-- | gcc/config/i386/t-cygwin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/t-cygwin b/gcc/config/i386/t-cygwin index 175f66b..2787961 100644 --- a/gcc/config/i386/t-cygwin +++ b/gcc/config/i386/t-cygwin @@ -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 |