diff options
author | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2005-08-14 17:18:47 +0000 |
---|---|---|
committer | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2005-08-14 17:18:47 +0000 |
commit | 0a15cf77f3878d0825a1aba93713d0e4ede436c9 (patch) | |
tree | 6dbb38fbb769c73764d6ce9b3965cf8a18fa7ec5 | |
parent | 6ea397073ab8381cbf765539196d376ebab33a3c (diff) |
Add utils in make clean rule. From paravoid.
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; \ |