OSDN Git Service

Fix a silly typo
authorEric Andersen <andersen@codepoet.org>
Mon, 2 Jul 2001 14:38:17 +0000 (14:38 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 2 Jul 2001 14:38:17 +0000 (14:38 -0000)
Makefile

index d79b9ab..5472cfa 100644 (file)
--- 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