]> andersk Git - libfaim.git/blobdiff - utils/Makefile
Fix the makefiles for BSD.
[libfaim.git] / utils / Makefile
index eb3475a72d15808726749d37a44adcb14f078334..a0c92b851b55342ceb2178399bd4a5d4b50c155a 100644 (file)
@@ -1,12 +1,12 @@
 include Makefile.dynamicrules
 
-UTIL_DIRS = aimdump faimtest #aimpasswd
+UTIL_DIRS = faimtest #aimdump aimpasswd
 
 utils_all: 
        @dirs='$(UTIL_DIRS)'; \
        for i in $$dirs; do \
          cd $$i; \
-         make; \
+         $(MAKE); \
          cd ..; \
        done; 
 
@@ -14,7 +14,7 @@ clean:
        @dirs='$(UTIL_DIRS)'; \
        for i in $$dirs; do \
          cd $$i; \
-         make clean; \
+         $(MAKE) clean; \
          cd ..; \
        done;
        @rm -f Makefile.dynamicrules
This page took 0.035641 seconds and 4 git commands to generate.