513754c188
PR: 60657 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
11 lines
324 B
Text
11 lines
324 B
Text
--- Makefile.bak Sun Dec 28 15:51:04 2003
|
|
+++ Makefile Sun Dec 28 15:51:44 2003
|
|
@@ -14,7 +14,7 @@
|
|
recursive-all recursive-install recursive-clean:
|
|
@target=$@; \
|
|
for i in $(SUBDIRS); do \
|
|
- (cd $$i && make $(ENV) $${target#recursive-}); \
|
|
+ (cd $$i && $(MAKE) $(ENV) $${target#recursive-}); \
|
|
done
|
|
|
|
cplayrc: cplay
|