aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-12-11 22:59:39 +0000
committerEric Andersen <andersen@codepoet.org>2002-12-11 22:59:39 +0000
commitb2bfd34a7bd6ce1bd85da225a30d087586680622 (patch)
treeefbc1edfda92686ef2e78280603971c4dddf8159 /networking/udhcp
parent1f1c3f94853c4402bdf6b1996da8f920efc96779 (diff)
downloadbusybox-b2bfd34a7bd6ce1bd85da225a30d087586680622.tar.gz
hehe. Screwed that one up. Lets do things right this time.
-Erik
Diffstat (limited to 'networking/udhcp')
-rw-r--r--networking/udhcp/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/networking/udhcp/Makefile.in b/networking/udhcp/Makefile.in
index b595e5802..369308e8d 100644
--- a/networking/udhcp/Makefile.in
+++ b/networking/udhcp/Makefile.in
@@ -45,5 +45,6 @@ libraries-y+=$(UDHCP_DIR)$(UDHCP_AR)
$(UDHCP_DIR)$(UDHCP_AR): $(UDHCP_OBJS)
$(AR) -ro $@ $(UDHCP_OBJS)
-$(UDHCP_OBJS): $(patsubst %,$(UDHCP_DIR)%, $(UDHCP-y))
+$(UDHCP_OBJS): %.o : %.c
$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -DIN_BUSYBOX -c $< -o $@
+