fixes for using make 3.82
[pandora-kernel.git] / scripts / mkmakefile
index 67d59c7..5325423 100644 (file)
@@ -44,7 +44,9 @@ all:
 
 Makefile:;
 
-\$(all) %/: all
+\$(all): all
        @:
 
+%/: all
+       @:
 EOF