diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-10-23 09:50:32 -0500 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-10-23 09:50:32 -0500 |
| commit | 4123c52cae69e37501f50b3172ebe81e4032627e (patch) | |
| tree | e3ffc72c2193ffeac03b188fb13e11629ae6d00c /init | |
| parent | b706ce290d2690de6ff89fcea10e00cb624c6a22 (diff) | |
kbuild: Remove some compatibility code, $(echo_target)
Including Rules.make after make -C stopped working with the
fixdep changes, so the other code trying to salvage backward
compatibility should go as well.
Diffstat (limited to 'init')
| -rw-r--r-- | init/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Makefile b/init/Makefile index 60f06f6ccb81..987e97108ce8 100644 --- a/init/Makefile +++ b/init/Makefile @@ -19,5 +19,5 @@ $(obj)/version.o: $(obj)/../include/linux/compile.h # actual file if its content has changed. $(obj)/../include/linux/compile.h: FORCE - @echo -n ' Generating $(echo_target)' + @echo -n ' Generating $@' @sh $(srctree)/scripts/mkcompile_h $@ "$(ARCH)" "$(CONFIG_SMP)" "$(CC) $(CFLAGS)" |
