diff options
| author | Eric Andersen <andersen@codepoet.org> | 2001-07-02 14:38:17 +0000 |
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2001-07-02 14:38:17 +0000 |
| commit | cb546530de8c6c9abab0165531643bd1a1ce7c58 (patch) | |
| tree | 104145b593e4365e449a16645261a67b736dd6ec | |
| parent | fa1a9ed70918982ddb08aabb8bc4e18fd32bf840 (diff) | |
Fix a silly typo
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -219,7 +219,7 @@ clean: - find . \( -name \*.o -o -name \*.a -o -name \*.so -o -name core \) -exec rm -f {} \; $(MAKE) -C ldso clean $(MAKE) -C libc/unistd clean - $(MAKE) -C libc/systeps/linux/common clean + $(MAKE) -C libc/sysdeps/linux/common clean $(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) clean $(MAKE) -C extra/gcc-uClibc clean |
