aboutsummaryrefslogtreecommitdiff
path: root/audio/gogo-petit/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gogo-petit/files/patch-Makefile.in')
-rw-r--r--audio/gogo-petit/files/patch-Makefile.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/audio/gogo-petit/files/patch-Makefile.in b/audio/gogo-petit/files/patch-Makefile.in
deleted file mode 100644
index c1303a3c0455..000000000000
--- a/audio/gogo-petit/files/patch-Makefile.in
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -ruN petit.orig/Makefile.in petit/Makefile.in
---- Makefile.in.orig Fri Nov 22 15:54:18 2002
-+++ Makefile.in Thu Nov 6 13:22:21 2003
-@@ -108,9 +108,8 @@
- $(CC) $(OBJS) -o $@ $(LIBS)
-
- install: $(TARGET)
-- $(INSTALL_PROGRAM) $< $(INSTDIR)/
--
--# $(STRIP) $(INSTDIR)/$(TARGET)
-+ $(INSTALL_PROGRAM) $< $(PREFIX)/bin/gogo-petit
-+ $(STRIP) $(PREFIX)/bin/gogo-petit
-
- uninstall:
- $(RM) $(INSTDIR)/$(TARGET)