summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-06 19:23:26 +0000
committerEric Andersen <andersen@codepoet.org>2000-07-06 19:23:26 +0000
commitbf299c2d305f9310d908dcc3cf2073eeb882be01 (patch)
treed52468a88f22d118a97b332f5ebd865ad1289b71 /Makefile
parentffb96c090015f49059d146deefbbd7e1f6baa642 (diff)
More stuff I forgot to commit.
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d5b56cc66..15d2461d6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-DIRS = headers error getent malloc-simple misc net regexp rpc stdio2 \
- string sysdeps termios time
+DIRS = headers error getent malloc-simple misc net regexp stdio2 \
+ string sysdeps termios time #rpc
all: libc.a
@@ -54,5 +54,5 @@ dummy:
clean:
-rm -f `find -name \*.[oa]` `find -name \*~` core
- -rm -f include/asm include/net include/linux
+ -rm -rf include/asm include/net include/linux