diff options
Diffstat (limited to 'scripts/Makefile.headersinst')
-rw-r--r-- | scripts/Makefile.headersinst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/Makefile.headersinst b/scripts/Makefile.headersinst index be2b70c48a3b..612dc13ddd85 100644 --- a/scripts/Makefile.headersinst +++ b/scripts/Makefile.headersinst | |||
@@ -43,9 +43,10 @@ printdir = $(patsubst $(INSTALL_HDR_PATH)/%/,%,$(dir $@)) | |||
43 | 43 | ||
44 | quiet_cmd_install = INSTALL $(printdir) ($(words $(all-files))\ | 44 | quiet_cmd_install = INSTALL $(printdir) ($(words $(all-files))\ |
45 | file$(if $(word 2, $(all-files)),s)) | 45 | file$(if $(word 2, $(all-files)),s)) |
46 | cmd_install = $(PERL) $< $(srctree)/$(obj) $(install) $(header-y); \ | 46 | cmd_install = \ |
47 | $(PERL) $< $(objtree)/$(obj) $(install) $(objhdr-y); \ | 47 | $(PERL) $< $(srctree)/$(obj) $(install) $(SRCARCH) $(header-y); \ |
48 | touch $@ | 48 | $(PERL) $< $(objtree)/$(obj) $(install) $(SRCARCH) $(objhdr-y); \ |
49 | touch $@ | ||
49 | 50 | ||
50 | quiet_cmd_remove = REMOVE $(unwanted) | 51 | quiet_cmd_remove = REMOVE $(unwanted) |
51 | cmd_remove = rm -f $(unwanted-file) | 52 | cmd_remove = rm -f $(unwanted-file) |