diff options
Diffstat (limited to 'audio/cplay/files/patch-Makefile')
-rw-r--r-- | audio/cplay/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/cplay/files/patch-Makefile b/audio/cplay/files/patch-Makefile new file mode 100644 index 000000000000..b63e8d3a5d07 --- /dev/null +++ b/audio/cplay/files/patch-Makefile @@ -0,0 +1,11 @@ +--- 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 |