diff options
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r-- | winsup/cygwin/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in index 4431bab55..97f568796 100644 --- a/winsup/cygwin/Makefile.in +++ b/winsup/cygwin/Makefile.in @@ -165,7 +165,7 @@ install: all $(install_host) $(install_target) install_host: clean: - -rm -f *.o *.dll *.a *.exp junk *.base *.def version.cc regexp/*.o winver_stamp *.exe + -rm -f *.o *.dll *.a *.exp junk *.base version.cc regexp/*.o winver_stamp *.exe maintainer-clean realclean: clean @echo "This command is intended for maintainers to use;" @@ -269,6 +269,9 @@ check: testsuite/site.exp Makefile: cygwin.din +$(DEF_FILE): cygwin.din config.status + $(SHELL) config.status + # .h file dependencies # This may be overkill, but it's better than the previous situation. # As files/dependencies are added and removed from Cygwin, please keep |