summaryrefslogtreecommitdiff
path: root/net/yate-devel/files/patch-test_Makefile_in
blob: eee582794471dd0148e7997dabd180f6dac68319 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- test/Makefile.in.orig	Wed Mar 29 02:27:01 2006
+++ test/Makefile.in	Fri Dec 15 20:23:33 2006
@@ -56,7 +56,7 @@
 install: all
 	@mkdir -p "$(DESTDIR)$(moddir)/" && \
 	for i in $(PROGS) ; do \
-	    install -D "$$i" "$(DESTDIR)$(moddir)/$$i" ; \
+	    install "$$i" "$(DESTDIR)$(moddir)/$$i" ; \
 	done;
 
 .PHONY: uninstall