From: Eric Andersen Date: Mon, 19 Feb 2001 03:02:34 +0000 (-0000) Subject: I just changed "net" to "inet" to better follow the directory X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3c7294693b65d69dee3ddcd57383967eda1ee07a;p=uclinux-h8%2Fuclibc-ng.git I just changed "net" to "inet" to better follow the directory structure of libc5 and glibc. Fix the makefile accordingly. Folks will want to 'rm -rf net' to remove the old "net" directory. -Erik --- diff --git a/Makefile b/Makefile index ed40ceae9..2b92d15c1 100644 --- 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