summaryrefslogtreecommitdiffstats
path: root/emulators/wine-devel/files/patch-tools_specmaker_Makefile.in
blob: 51587237d15ece77596cbb764973b4180e6116b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- tools/specmaker/Makefile.in.orig	Mon Jan  8 06:52:39 2001
+++ tools/specmaker/Makefile.in	Sat Mar 10 09:12:03 2001
@@ -26,7 +26,7 @@
 install:: $(PROGRAMS)
 	[ -d $(bindir) ] || $(MKDIR) $(bindir)
 	$(INSTALL_PROGRAM) specmaker $(bindir)/specmaker
-	$(INSTALL_PROGRAM) $(SRCDIR)/function_grep.pl $(bindir)/function_grep.pl
+	$(INSTALL_SCRIPT) $(SRCDIR)/function_grep.pl $(bindir)/function_grep.pl
 
 uninstall::
 	$(RM) $(bindir)/specmaker
OpenPOWER on IntegriCloud