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>2003-06-25 23:12:01 +0400
committerChristopher Faylor <me@cgf.cx>2003-06-25 23:12:01 +0400
commitb06d4a0881758481b5a230eab6a780f2efa9f36b (patch)
tree5d30a31e49eaea0b36bf3c6d323ec964bd51c53e /winsup/cygwin
parenta7a57ebcafaef78b89031eca0f614b18067c35ab (diff)
* Makefile.in: Use INSTALL_PROGRAM to install the cygwin DLL.
Diffstat (limited to 'winsup/cygwin')
-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 aa0e3ae55..d41f7ab20 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+2003-06-25 Doru Carastan <doru.carastan@mvista.com>
+
+ * Makefile.in: Use INSTALL_PROGRAM to install the cygwin DLL.
+
2003-06-24 Thomas Pfaff <tpfaff@gmx.net>
* thread.cc (MTinterface::fixup_after_fork): Fix thread list after
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index 0301f64d4..75133af8a 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -262,7 +262,7 @@ install: install-libs install-headers install-man install_target \
uninstall: uninstall-libs uninstall-headers uninstall-man
install-libs: $(TARGET_LIBS)
- $(INSTALL_DATA) $(TEST_DLL_NAME) $(bindir)/$(DLL_NAME); \
+ $(INSTALL_PROGRAM) $(TEST_DLL_NAME) $(bindir)/$(DLL_NAME); \
for i in $^; do \
$(INSTALL_DATA) $$i $(tooldir)/lib/`basename $$i` ; \
done