From 0a15cf77f3878d0825a1aba93713d0e4ede436c9 Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Sun, 14 Aug 2005 17:18:47 +0000 Subject: Add utils in make clean rule. From paravoid. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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; \ -- cgit v1.2.3