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