summaryrefslogtreecommitdiff
path: root/libresolv
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-10-07 23:01:44 -0400
committerMike Frysinger <vapier@gentoo.org>2009-10-07 23:02:54 -0400
commit272c8e6264e0bd7a945a493e313ce909e20e814a (patch)
tree6c8c3117981a7c3e577e5a0f0afacb32c87c4517 /libresolv
parentaef262eb5a7f32ec4c768fe1a5f208fa9b8862d3 (diff)
resolv/crypt: convert to foo-y kbuild style
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'libresolv')
-rw-r--r--libresolv/Makefile.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/libresolv/Makefile.in b/libresolv/Makefile.in
index 879603be7..efd0d9297 100644
--- a/libresolv/Makefile.in
+++ b/libresolv/Makefile.in
@@ -28,10 +28,8 @@ libresolv-a-y := $(libresolv_OBJ)
endif
libresolv-so-y := $(libresolv_OBJ:.o=.os)
-ifeq ($(UCLIBC_HAS_RESOLV_STUB),y)
-lib-a-y += $(top_builddir)lib/libresolv.a
-lib-so-y += $(top_builddir)lib/libresolv.so
-endif
+lib-a-$(UCLIBC_HAS_RESOLV_STUB) += $(top_builddir)lib/libresolv.a
+lib-so-$(UCLIBC_HAS_RESOLV_STUB) += $(top_builddir)lib/libresolv.so
objclean-y += libresolv_clean
ifeq ($(DOPIC),y)