Revert accidental commit to scripts/Makefile.headersinst
authorDavid Woodhouse <dwmw2@infradead.org>
Fri, 29 Jun 2007 13:46:49 +0000 (14:46 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Fri, 29 Jun 2007 13:46:49 +0000 (14:46 +0100)
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>
scripts/Makefile.headersinst

index f98d772aac80b029601fcc2fe92eea3782aac866..8cd63014a0d16c7e80a4fae3715cca5f2156d753 100644 (file)
@@ -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" ;                                            \