diff options
| author | Paul Mackerras <paulus@samba.org> | 2003-01-02 08:01:36 +1100 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2003-01-02 08:01:36 +1100 |
| commit | 52daa1f418d104420b8e3cf7c4e2b9edeb3c3ca1 (patch) | |
| tree | 2731da99a956944ecc6ccf9500a416743aae06ba /scripts/Makefile.build | |
| parent | 40f576b5364c98919b0f913dec3f8c6d92e4ee0d (diff) | |
| parent | 49b5e1f71b720f4c3290f586d9231a7cffcb6935 (diff) | |
Merge samba.org:/home/paulus/kernel/linux-2.5
into samba.org:/home/paulus/kernel/for-linus-ppc
Diffstat (limited to 'scripts/Makefile.build')
| -rw-r--r-- | scripts/Makefile.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Makefile.build b/scripts/Makefile.build index 4bccbe923690..2db7cc59c2bd 100644 --- a/scripts/Makefile.build +++ b/scripts/Makefile.build @@ -106,7 +106,7 @@ cmd_cc_o_c = $(CC) $(c_flags) -c -o $@ $< quiet_cmd_cc_lst_c = MKLST $@ cmd_cc_lst_c = $(CC) $(c_flags) -g -c -o $*.o $< && \ - $(CONFIG_SHELL) $(src)/scripts/makelst $*.o \ + $(CONFIG_SHELL) $(srctree)/scripts/makelst $*.o \ System.map $(OBJDUMP) > $@ %.lst: %.c FORCE @@ -286,7 +286,7 @@ targets += $(host-csingle) $(host-cmulti) $(host-cobjs)\ .PHONY: $(subdir-ym) $(subdir-ym): - $(Q)$(MAKE) -f scripts/Makefile.build obj=$@ + $(Q)$(MAKE) $(build)=$@ # Add FORCE to the prequisites of a target to force it to be always rebuilt. # --------------------------------------------------------------------------- |
