freebsd-ports/audio/audacity/files/patch-soundtouch-Makefile.in
2004-03-03 13:10:47 +00:00

16 lines
388 B
Text

--- 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