summaryrefslogtreecommitdiff
path: root/devel/gcvs/files/patch-cvsunix-contrib-Makefile.in
blob: f9ca9027ed38b3185fd1e6ef40ac89ea9a783d15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- cvsunix/contrib/Makefile.in.orig	Tue Sep 26 15:18:40 2000
+++ cvsunix/contrib/Makefile.in	Thu Mar 29 00:42:12 2001
@@ -37,7 +37,7 @@
 # Use cp if you don't have install.
 INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
 DISTFILES = \
 	ChangeLog README .cvsignore intro.doc \
@@ -83,10 +83,10 @@
 		$(INSTALL_DATA) $(srcdir)/$$f $(libdir)/cvs/contrib/$$f; \
 	done
 	for f in $(CONTRIB_PROGS) ; do\
-		$(INSTALL_PROGRAM) $$f $(libdir)/cvs/contrib/$$f; \
+		$(INSTALL_SCRIPT) $$f $(libdir)/cvs/contrib/$$f; \
 	done
 	for f in $(PROGS) ; do\
-		$(INSTALL_PROGRAM) $$f $(bindir)/$$f; \
+		$(INSTALL_SCRIPT) $$f $(bindir)/$$f; \
 	done
 .PHONY: install