From: Eric Andersen Date: Wed, 11 Dec 2002 22:59:39 +0000 (-0000) Subject: hehe. Screwed that one up. Lets do things right this time. X-Git-Tag: 1_00_pre1~294 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b2bfd34a7bd6ce1bd85da225a30d087586680622;p=oweals%2Fbusybox.git 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 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 $@ +