colinux64/patch/make-3.82-mkmakefile.diff
2025-02-13 19:44:47 -07:00

17 lines
281 B
Diff
Executable File

--- linux-2.6.33.7-source/scripts/mkmakefile 2010-08-02 19:27:18.000000000 +0200
+++ linux-2.6.33.7-source/scripts/mkmakefile 2011-04-09 13:20:22.000000000 +0200
@@ -44,7 +44,12 @@
Makefile:;
-\$(all) %/: all
+ifneq (\$(all),)
+\$(all): all
+ @:
+endif
+
+%/: all
@:
EOF