hehe. Screwed that one up. Lets do things right this time.

-Erik
This commit is contained in:
Eric Andersen 2002-12-11 22:59:39 +00:00
parent 1f1c3f9485
commit b2bfd34a7b

View 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 $@