From 5e816a6bb9043ad5b7bd0671313772481331d3e6 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Thu, 7 Nov 2002 17:49:07 +0000 Subject: Fixed makefiles to remove binaries generated for the configuration menu system when doing a 'make clean'. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6b1a7dfbb..041147f6e 100644 --- a/Makefile +++ b/Makefile @@ -338,7 +338,7 @@ clean: $(MAKE) -C libc/misc/internals clean $(MAKE) -C libc/unistd clean $(MAKE) -C libc/sysdeps/linux/common clean - $(MAKE) -C extra/gcc-uClibc clean + $(MAKE) -C extra clean @set -e; \ for i in `(cd $(TOPDIR)/libc/sysdeps/linux/common/sys; ls *.h)` ; do \ rm -f include/sys/$$i; \ -- cgit v1.2.3