aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Chou <thomas@wytron.com.tw>2010-10-19 15:17:12 +0800
committerDenys Vlasenko <dvlasenk@redhat.com>2010-10-19 12:49:51 +0200
commitef6c6d8cfef071435ccf275ad404a501626b706c (patch)
tree5a2ee7aed903056de53782168d0045ece0662310
parent7ab94ca3516db95b53ee944c9bddb6c3b75641ae (diff)
downloadbusybox-w32-ef6c6d8cfef071435ccf275ad404a501626b706c.tar.gz
busybox-w32-ef6c6d8cfef071435ccf275ad404a501626b706c.tar.bz2
busybox-w32-ef6c6d8cfef071435ccf275ad404a501626b706c.zip
mkmakefile: make 3.82 fix
Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
-rwxr-xr-xscripts/mkmakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/mkmakefile b/scripts/mkmakefile
index 7f9d544f9..9fc51a7c9 100755
--- a/scripts/mkmakefile
+++ b/scripts/mkmakefile
@@ -31,6 +31,9 @@ all:
31 31
32Makefile:; 32Makefile:;
33 33
34\$(filter-out all Makefile,\$(MAKECMDGOALS)) %/: 34\$(filter-out all Makefile,\$(MAKECMDGOALS)):
35 \$(MAKE) -C \$(KERNELSRC) O=\$(KERNELOUTPUT) \$@
36
37%/:
35 \$(MAKE) -C \$(KERNELSRC) O=\$(KERNELOUTPUT) \$@ 38 \$(MAKE) -C \$(KERNELSRC) O=\$(KERNELOUTPUT) \$@
36EOF 39EOF