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
path: root/winsup
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hotmail.com>2002-03-04 00:46:38 +0300
committerRobert Collins <rbtcollins@hotmail.com>2002-03-04 00:46:38 +0300
commit74c3173ade62d764f05b0da5c319ae6e14a7d048 (patch)
treed992db7d34e7aa48fb07a5cce4b3948afedb151d /winsup
parent009314a45d1207735e9e37436df2360d17912104 (diff)
2002-03-04 Robert Collins <rbtcollins@hotmail.com>
* Makefile.in (install): Remove install-bin to allow make install to work.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 2a0bce12e..860527218 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-04 Robert Collins <rbtcollins@hotmail.com>
+
+ * Makefile.in (install): Remove install-bin to allow make install to work.
+
2002-03-03 Robert Collins <rbtcollins@hotmail.com>
* shm.cc (shmat): Prevent a compile error.
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index 30cf31fdd..b8b2fae00 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -165,7 +165,7 @@ all_host: new-$(LIB_NAME) cygrun.exe
force:
-install: install-bin install-libs install-headers install-man install_target \
+install: install-libs install-headers install-man install_target \
$(install_host) $(install_target)
uninstall: uninstall-libs uninstall-headers uninstall-man