OSDN Git Service

I just changed "net" to "inet" to better follow the directory
authorEric Andersen <andersen@codepoet.org>
Mon, 19 Feb 2001 03:02:34 +0000 (03:02 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 19 Feb 2001 03:02:34 +0000 (03:02 -0000)
structure of libc5 and glibc.  Fix the makefile accordingly.
Folks will want to 'rm -rf net' to remove the old "net" directory.
 -Erik

Makefile

index ed40cea..2b92d15 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@
 include Rules.mak
 
 
-DIRS = extra misc pwd_grp stdio string termios net signal stdlib sysdeps unistd
+DIRS = extra misc pwd_grp stdio string termios inet signal stdlib sysdeps unistd
 
 ifeq ($(strip $(HAS_MMU)),true)
        DO_SHARED=shared