Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-06-23 01:51:48 +0400
committerChristopher Faylor <me@cgf.cx>2000-06-23 01:51:48 +0400
commitd69257a1a494f979f31f3d8bb309f77ac2eb7031 (patch)
tree7d773cc6057e758d0ac5f4b04e7360ba0f566abe /winsup/cygwin/Makefile.in
parentd7cea2d3eb1e4a2ec39996956550b9a9212adcca (diff)
* Makefile.in: Autogenerate cygwin.def when appropriate.
* include/sys/cygwin.h: Correct prototype.
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r--winsup/cygwin/Makefile.in5
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