summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-07-02 14:38:17 +0000
committerEric Andersen <andersen@codepoet.org>2001-07-02 14:38:17 +0000
commitcb546530de8c6c9abab0165531643bd1a1ce7c58 (patch)
tree104145b593e4365e449a16645261a67b736dd6ec /Makefile
parentfa1a9ed70918982ddb08aabb8bc4e18fd32bf840 (diff)
Fix a silly typo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d79b9ab21..5472cfa32 100644
--- a/Makefile
+++ b/Makefile
@@ -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