From f1c423b188b498a9ef13883d15738463b8ca3626 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 21 May 2001 21:26:59 +0000 Subject: Stub out libresolv for now. Some apps try to link with it (though almost always erroneously as a result of configure scripts that were poorly done). This will let such apps compile... -Erik --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6a02cfb84..d04e6572a 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ include Rules.mak ifeq ($(DO_SHARED),shared) LDSO_DIR = ldso endif -DIRS = extra $(LDSO_DIR) libc libcrypt libutil libm +DIRS = extra $(LDSO_DIR) libc libcrypt libresolv libutil libm all: headers uClibc_config.h subdirs $(DO_SHARED) done -- cgit v1.2.3