diff options
Diffstat (limited to 'emulators/wine/files/patch-tools_specmaker_Makefile.in')
| -rw-r--r-- | emulators/wine/files/patch-tools_specmaker_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/wine/files/patch-tools_specmaker_Makefile.in b/emulators/wine/files/patch-tools_specmaker_Makefile.in new file mode 100644 index 000000000000..51587237d15e --- /dev/null +++ b/emulators/wine/files/patch-tools_specmaker_Makefile.in @@ -0,0 +1,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 |
