summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>2005-08-14 17:18:47 +0000
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>2005-08-14 17:18:47 +0000
commit0a15cf77f3878d0825a1aba93713d0e4ede436c9 (patch)
tree6dbb38fbb769c73764d6ce9b3965cf8a18fa7ec5 /Makefile
parent6ea397073ab8381cbf765539196d376ebab33a3c (diff)
Add utils in make clean rule. From paravoid.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 25a8cb4e4..221841a70 100644
--- a/Makefile
+++ b/Makefile
@@ -342,6 +342,7 @@ clean:
$(MAKE) -C libc/unistd clean
$(MAKE) -C libc/sysdeps/linux/common clean
$(MAKE) -C extra/locale clean
+ $(MAKE) -C utils clean
@set -e; \
for i in `(cd $(TOPDIR)/libc/sysdeps/linux/common/sys; ls *.h)` ; do \
$(RM) include/sys/$$i; \