hehe. Screwed that one up. Lets do things right this time.
authorEric Andersen <andersen@codepoet.org>
Wed, 11 Dec 2002 22:59:39 +0000 (22:59 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 11 Dec 2002 22:59:39 +0000 (22:59 -0000)
 -Erik

networking/udhcp/Makefile.in

index b595e5802ace962c7d9aa735154cf2159b659ff7..369308e8d608dde37fa3c7f4e5e4834de3335b03 100644 (file)
@@ -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 $@
+