From 3c7294693b65d69dee3ddcd57383967eda1ee07a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 19 Feb 2001 03:02:34 +0000 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0