diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-06-09 06:54:11 -0500 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-06-09 06:54:11 -0500 |
| commit | 1a3fbb1f5aa2702a56c64b98452ca2ab185337f4 (patch) | |
| tree | 644605d41c677a835a427e17f23f356da2fd062b /scripts/Makefile | |
| parent | d782495dfc231a538041de882a0b39bc10ecace1 (diff) | |
kbuild: Improve output alignment
by Sam Ravnborg
Diffstat (limited to 'scripts/Makefile')
| -rw-r--r-- | scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index 51dc632e2829..c6d30437e2db 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -22,7 +22,7 @@ TAIL=tail.tk # Config.in files to depend on anyways. So I'll force it to remake. kconfig.tk: $(TOPDIR)/arch/$(ARCH)/config.in tkparse $(HEADER) $(TAIL) FORCE - @echo Generating $@ + @echo ' Generating $@' @( \ if [ -f /usr/local/bin/wish ]; then \ echo '#!'"/usr/local/bin/wish -f"; \ |
