diff options
author | Sam Ravnborg <sam@mars.ravnborg.org> | 2005-09-10 15:05:36 -0400 |
---|---|---|
committer | Sam Ravnborg <sam@mars.ravnborg.org> | 2005-09-10 15:05:36 -0400 |
commit | 8d36a62364b6b04dc7b0e9fe09f6968f4e5a1f0a (patch) | |
tree | 10d5400d627236f7308f13238fa6559ccd9d79d1 /Makefile | |
parent | 0a504f259c90fb41d3495d490fc9dbe2530c8749 (diff) |
kbuild: fix generic asm-offsets.h support
iThis fixes a bug where the generated asm-offsets.h file was saved in
the source tree even with make O=.
Thanks to Stephen Rothwell <sfr@canb.auug.org.au> for the report.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -814,7 +814,7 @@ ifneq ($(KBUILD_MODULES),) | |||
814 | endif | 814 | endif |
815 | 815 | ||
816 | prepare0: prepare prepare1 FORCE | 816 | prepare0: prepare prepare1 FORCE |
817 | $(Q)$(MAKE) $(build)=$(srctree) | 817 | $(Q)$(MAKE) $(build)=. |
818 | 818 | ||
819 | # All the preparing.. | 819 | # All the preparing.. |
820 | prepare-all: prepare0 | 820 | prepare-all: prepare0 |