mkmakefile: make 3.82 fix

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
Thomas Chou 2010-10-19 15:17:12 +08:00 committed by Denys Vlasenko
parent 7ab94ca351
commit ef6c6d8cfe

View File

@ -31,6 +31,9 @@ all:
Makefile:;
\$(filter-out all Makefile,\$(MAKECMDGOALS)) %/:
\$(filter-out all Makefile,\$(MAKECMDGOALS)):
\$(MAKE) -C \$(KERNELSRC) O=\$(KERNELOUTPUT) \$@
%/:
\$(MAKE) -C \$(KERNELSRC) O=\$(KERNELOUTPUT) \$@
EOF