aboutsummaryrefslogtreecommitdiff
path: root/devel/gcvs/files/patch-cvsunix-src-Makefile.in
blob: fe726a8488e7f6ad0f51901393e38e5df82851d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- cvsunix/src/Makefile.in.orig	Thu Nov  7 19:29:06 2002
+++ cvsunix/src/Makefile.in	Fri Dec 20 19:56:41 2002
@@ -34,6 +34,7 @@
 INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
 LIBS = @LIBS@
 
@@ -89,7 +90,7 @@
 install: installdirs
 	@for prog in $(PROGS); do \
 	  echo Installing $$prog in $(bindir); \
-	  $(INSTALL) $$prog $(bindir)/$$prog ; \
+	  $(INSTALL_SCRIPT) $$prog $(bindir)/$$prog ; \
 	done
 
 installdirs: