From 2c35b786bf18beaace7f6bd12007ac6759754cef Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 24 Jan 2003 16:22:40 +0000 Subject: Stupid typo --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e5ee522fd..e25fc269c 100644 --- a/Makefile +++ b/Makefile @@ -354,7 +354,8 @@ clean: $(MAKE) -C libc/misc/wchar clean $(MAKE) -C libc/unistd clean $(MAKE) -C libc/sysdeps/linux/common clean - $(MAKE) -C extra/gcc-uClibc extra/locale clean + $(MAKE) -C extra/gcc-uClibc clean + $(MAKE) -C extra/locale 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