diff options
Diffstat (limited to 'audio/audacity/files/patch-soundtouch-Makefile.in')
-rw-r--r-- | audio/audacity/files/patch-soundtouch-Makefile.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/audacity/files/patch-soundtouch-Makefile.in b/audio/audacity/files/patch-soundtouch-Makefile.in new file mode 100644 index 000000000000..16b5d8b492f0 --- /dev/null +++ b/audio/audacity/files/patch-soundtouch-Makefile.in @@ -0,0 +1,16 @@ +--- lib-src/soundtouch/Makefile.in.orig Tue Dec 2 19:01:28 2003 ++++ lib-src/soundtouch/Makefile.in Tue Dec 2 19:03:17 2003 +@@ -1,10 +1,10 @@ + all: +- cd src && make ++ cd src && $(MAKE) + + clean: + rm -f *~ *.a config.cache config.log config.status core* +- cd src && make clean ++ cd src && $(MAKE) clean + + distclean: clean + rm -f Makefile +- cd src && make dist ++ cd src && $(MAKE) dist |