summaryrefslogtreecommitdiff
path: root/apps/netutils/resolv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/netutils/resolv/Makefile')
-rw-r--r--apps/netutils/resolv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/netutils/resolv/Makefile b/apps/netutils/resolv/Makefile
index 9c822078d..53556203c 100644
--- a/apps/netutils/resolv/Makefile
+++ b/apps/netutils/resolv/Makefile
@@ -82,7 +82,7 @@ $(COBJS): %$(OBJEXT): %.c
context:
.depend: Makefile $(SRCS)
-ifneq ($(SRCS),)
+ifeq ($(CONFIG_NET_UDP),y)
@$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep
endif
@touch $@