* Makefile.in: Use INSTALL_PROGRAM to install the cygwin DLL.
This commit is contained in:
parent
a7a57ebcaf
commit
b06d4a0881
|
@ -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>
|
2003-06-24 Thomas Pfaff <tpfaff@gmx.net>
|
||||||
|
|
||||||
* thread.cc (MTinterface::fixup_after_fork): Fix thread list after
|
* thread.cc (MTinterface::fixup_after_fork): Fix thread list after
|
||||||
|
|
|
@ -262,7 +262,7 @@ install: install-libs install-headers install-man install_target \
|
||||||
uninstall: uninstall-libs uninstall-headers uninstall-man
|
uninstall: uninstall-libs uninstall-headers uninstall-man
|
||||||
|
|
||||||
install-libs: $(TARGET_LIBS)
|
install-libs: $(TARGET_LIBS)
|
||||||
$(INSTALL_DATA) $(TEST_DLL_NAME) $(bindir)/$(DLL_NAME); \
|
$(INSTALL_PROGRAM) $(TEST_DLL_NAME) $(bindir)/$(DLL_NAME); \
|
||||||
for i in $^; do \
|
for i in $^; do \
|
||||||
$(INSTALL_DATA) $$i $(tooldir)/lib/`basename $$i` ; \
|
$(INSTALL_DATA) $$i $(tooldir)/lib/`basename $$i` ; \
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue