17 lines
281 B
Diff
Executable File
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
|