diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-24 16:22:40 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-24 16:22:40 +0000 |
commit | 2c35b786bf18beaace7f6bd12007ac6759754cef (patch) | |
tree | 0795a45a65eb1cee37b99b8189bf8d7c517e21d4 | |
parent | d8634ea863cbfefc29360b822e80a3cb8a9d2815 (diff) |
Stupid typo
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; \ |