summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-03-23 18:43:49 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:35:10 -0700
commit93e6b62cbd2ddcd2550f6ea6fb9733b0758146ae (patch)
treed2a0b4cb98193ffb75b7980f65afcd154130a855 /Makefile
parentb608ade8e4b3df1f2e798dd460ce8ff4e70eb3d9 (diff)
[PATCH] fix 'make spotless' to really do that in klibc.
bah, this took me forever to figure out why I couldn't build with klibc on on box...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3d5288b25d..b51b5a6acc 100644
--- a/Makefile
+++ b/Makefile
@@ -313,6 +313,7 @@ clean:
done ; \
spotless: clean
+ $(MAKE) -C klibc spotless
DISTFILES = $(shell find . \( -not -name '.' \) -print | grep -v -e CVS -e "\.tar\.gz$" -e "\/\." -e releases -e BitKeeper -e SCCS -e "\.tdb$" -e test/sys | sort )
DISTDIR := $(RELEASE_NAME)