commit | b2bfd34a7bd6ce1bd85da225a30d087586680622 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Wed Dec 11 22:59:39 2002 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Wed Dec 11 22:59:39 2002 +0000 |
tree | efbc1edfda92686ef2e78280603971c4dddf8159 | |
parent | 1f1c3f94853c4402bdf6b1996da8f920efc96779 [diff] [blame] |
hehe. Screwed that one up. Lets do things right this time. -Erik
diff --git a/networking/udhcp/Makefile.in b/networking/udhcp/Makefile.in index b595e58..369308e 100644 --- a/networking/udhcp/Makefile.in +++ b/networking/udhcp/Makefile.in
@@ -45,5 +45,6 @@ $(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 $@ +