summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-05-21 21:26:59 +0000
committerEric Andersen <andersen@codepoet.org>2001-05-21 21:26:59 +0000
commitf1c423b188b498a9ef13883d15738463b8ca3626 (patch)
tree96853494968ea2804ca44d7d4672ad16d787b3c0 /Makefile
parent9995419beef9f7d49adce830e12792c4e3b7f926 (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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