aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@home.transmeta.com>2003-02-03 17:38:20 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2003-02-03 17:38:20 -0800
commit1207a390c8e52ee8342fae6d888b2b5737942156 (patch)
treeae7bb08e11c38743e5928530464961074fa901fc /Makefile
parentf5e8816944919766e17f6348798f5f371ecabf5d (diff)
downloadhistory-1207a390c8e52ee8342fae6d888b2b5737942156.tar.gz
Fix Makefile syntax error for (deprecated) "make dep"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2423d88588b7e..cf08787e24988 100644
--- a/Makefile
+++ b/Makefile
@@ -501,7 +501,7 @@ include/linux/version.h: Makefile
.PHONY: depend dep
depend dep:
- @echo'*** Warning: make $@ is unnecessary now.'
+ @echo '*** Warning: make $@ is unnecessary now.'
# ---------------------------------------------------------------------------
# Modules