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>2001-12-31 09:24:15 +0300
committerChristopher Faylor <me@cgf.cx>2001-12-31 09:24:15 +0300
commitf417fcf3156b0692efb9fafbfca0bbb5f8abaff3 (patch)
treeb1598bc6c539e0f7d7f0602d39cfffb14f90707e /winsup/cygwin/Makefile.in
parent214d7241c01ddb08c15294941787fac30a964f56 (diff)
Strip path when installing library.
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r--winsup/cygwin/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index 3de9b1922..af6f6bc32 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -168,7 +168,7 @@ install: install-libs install-headers install-man $(install_host) $(install_targ
install-libs: $(TARGET_LIBS)
$(INSTALL_DATA) new-$(DLL_NAME) $(bindir)/$(DLL_NAME); \
for i in $^; do \
- $(INSTALL_DATA) $$i $(tooldir)/lib/$$i ; \
+ $(INSTALL_DATA) $$i $(tooldir)/lib/`basename $$i` ; \
done
install-headers: