diff options
author | David Woodhouse <dwmw2@infradead.org> | 2007-06-29 14:46:49 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-06-29 14:46:49 +0100 |
commit | 1bddb9a8ba30dffa963c76283bc482b67fb90d8a (patch) | |
tree | 9f3688404c6635fba7b9f664db9a48709ce1a35e | |
parent | a97145c22408865579be397460ca998301ab63a3 (diff) |
Revert accidental commit to scripts/Makefile.headersinst
Commit 43dfa07fbb6b8bd5b6173a5bab48470f578c8e5b accidentally included a
fix to scripts/Makefile.headersinst which it should not have done. Revert.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
-rw-r--r-- | scripts/Makefile.headersinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.headersinst b/scripts/Makefile.headersinst index f98d772aac8..8cd63014a0d 100644 --- a/scripts/Makefile.headersinst +++ b/scripts/Makefile.headersinst @@ -108,7 +108,7 @@ quiet_cmd_mkdir = MKDIR $(patsubst $(INSTALL_HDR_PATH)/%,%,$@) quiet_cmd_gen = GEN $(patsubst $(INSTALL_HDR_PATH)/%,%,$@) cmd_gen = \ -FNAME=$(patsubst $(INSTALL_HDR_PATH)/$(_dst)/%,%,$@); \ +FNAME=$(patsubst $(INSTALL_HDR_PATH)/$(_dst)/%,%,$@) \ STUBDEF=__ASM_STUB_`echo $$FNAME | tr a-z.- A-Z__`; \ (echo "/* File autogenerated by 'make headers_install' */" ; \ echo "\#ifndef $$STUBDEF" ; \ |