]> andersk Git - libfaim.git/blobdiff - utils/Makefile
- Mon Feb 26 01:46:34 UTC 2001
[libfaim.git] / utils / Makefile
index eb3475a72d15808726749d37a44adcb14f078334..4f73debfa19caaecdf3082f284b0cbae1cf3dc16 100644 (file)
@@ -1,20 +1,16 @@
 include Makefile.dynamicrules
 
-UTIL_DIRS = aimdump faimtest #aimpasswd
+UTIL_DIRS = faimtest #aimdebugd aimdump aimpasswd
 
 utils_all: 
        @dirs='$(UTIL_DIRS)'; \
        for i in $$dirs; do \
-         cd $$i; \
-         make; \
-         cd ..; \
+         $(MAKE) -C $$i; \
        done; 
 
 clean:
        @dirs='$(UTIL_DIRS)'; \
        for i in $$dirs; do \
-         cd $$i; \
-         make clean; \
-         cd ..; \
+         $(MAKE) -C $$i clean; \
        done;
        @rm -f Makefile.dynamicrules
This page took 0.029646 seconds and 4 git commands to generate.