summaryrefslogtreecommitdiff
path: root/emulators/wine/files/patch-tools_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/wine/files/patch-tools_Makefile.in')
-rw-r--r--emulators/wine/files/patch-tools_Makefile.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/emulators/wine/files/patch-tools_Makefile.in b/emulators/wine/files/patch-tools_Makefile.in
deleted file mode 100644
index cf5751021b65..000000000000
--- a/emulators/wine/files/patch-tools_Makefile.in
+++ /dev/null
@@ -1,15 +0,0 @@
---- tools/Makefile.in.orig Fri Jan 5 04:45:50 2001
-+++ tools/Makefile.in Sat Mar 10 09:31:33 2001
-@@ -44,9 +44,9 @@
- install:: $(PROGRAMS) $(INSTALLSUBDIRS:%=%/__install__)
- [ -d $(bindir) ] || $(MKDIR) $(bindir)
- $(INSTALL_PROGRAM) fnt2bdf $(bindir)/fnt2bdf
-- $(INSTALL_PROGRAM) winelauncher $(bindir)/winelauncher
-- $(INSTALL_PROGRAM) $(SRCDIR)/winemaker $(bindir)/winemaker
-- $(INSTALL_PROGRAM) $(SRCDIR)/wineshelllink $(bindir)/wineshelllink
-+ $(INSTALL_SCRIPT) winelauncher $(bindir)/winelauncher
-+ $(INSTALL_SCRIPT) $(SRCDIR)/winemaker $(bindir)/winemaker
-+ $(INSTALL_SCRIPT) $(SRCDIR)/wineshelllink $(bindir)/wineshelllink
-
- uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__)
- $(RM) $(bindir)/fnt2bdf $(bindir)/winelauncher $(bindir)/winemaker $(bindir)/wineshelllink