* Makefile.in: Use INSTALL_PROGRAM to install the cygwin DLL.
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user