summaryrefslogtreecommitdiff
path: root/libresolv/Makefile.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-11-29 08:38:20 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-11-29 08:38:20 +0100
commitb433e2d9fccb17f9a2807403c339a7004e3d4f1b (patch)
tree07e5b0e198ba83a2e54154019709e960aafa9ed3 /libresolv/Makefile.in
parent9945c6d21797553e78cbef8034f6dd16b3824df5 (diff)
remove libresolv stub
Diffstat (limited to 'libresolv/Makefile.in')
-rw-r--r--libresolv/Makefile.in28
1 files changed, 0 insertions, 28 deletions
diff --git a/libresolv/Makefile.in b/libresolv/Makefile.in
deleted file mode 100644
index 3425a7c73..000000000
--- a/libresolv/Makefile.in
+++ /dev/null
@@ -1,28 +0,0 @@
-# Makefile for uClibc
-#
-# Copyright (C) 2000-2008 Erik Andersen <andersen@uclibc.org>
-#
-# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
-#
-
-subdirs += libresolv
-
-CFLAGS-libresolv := -DNOT_IN_libc -DIS_IN_libresolv $(SSP_ALL_CFLAGS)
-
-libresolv_DIR := $(top_srcdir)libresolv
-libresolv_OUT := $(top_builddir)libresolv
-
-libresolv_SRC := $(libresolv_DIR)/resolv.c
-libresolv_OBJ := $(patsubst $(libresolv_DIR)/%.c,$(libresolv_OUT)/%.o,$(libresolv_SRC))
-
-ifeq ($(DOPIC),y)
-libresolv-a-y := $(libresolv_OBJ:.o=.os)
-else
-libresolv-a-y := $(libresolv_OBJ)
-endif
-libresolv-so-y := $(libresolv_OBJ:.o=.os)
-
-objclean-y += CLEAN_libresolv
-
-CLEAN_libresolv:
- $(do_rm) $(addprefix $(libresolv_OUT)/*., o os a)