From ae4e87df37ed8904de92c7cf2f3a11128cda2a21 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:41 +0200 Subject: tagging ychat-0.7.4.1 --- src/mods/Makefile | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) mode change 100644 => 100755 src/mods/Makefile (limited to 'src/mods/Makefile') diff --git a/src/mods/Makefile b/src/mods/Makefile old mode 100644 new mode 100755 index 7486bc5..1b0712b --- a/src/mods/Makefile +++ b/src/mods/Makefile @@ -1,15 +1,9 @@ -MAKE=gmake +MAKE=`tail -n 1 ../../make.version` all: mods mods: @${MAKE} -C ./commands #//<< @${MAKE} -C ./html clean: - @for i in commands html; do \ - if [ -f $$i/Makefile ]; then ${MAKE} -C ./$$i clean; \ - fi; done + @${MAKE} -C ./commands clean #//<< + @${MAKE} -C ./html clean @if test -d ../../mods; then rm -Rf ../../mods; fi -mrproper: clean - @for i in commands html; do \ - if [ -f $$i/Makefile ]; then rm -f $$i/Makefile; \ - fi; done - -- cgit v1.2.3