[BusyBox-cvs] busybox/networking/udhcp Makefile.in,1.4,1.5

Erik Andersen andersen at codepoet.org
Wed Dec 11 22:59:43 UTC 2002


Update of /var/cvs/busybox/networking/udhcp
In directory winder:/tmp/cvs-serv28660/networking/udhcp

Modified Files:
	Makefile.in 
Log Message:
hehe.  Screwed that one up.  Lets do things right this time.
 -Erik


Index: Makefile.in
===================================================================
RCS file: /var/cvs/busybox/networking/udhcp/Makefile.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.in	11 Dec 2002 22:45:33 -0000	1.4
+++ Makefile.in	11 Dec 2002 22:59:39 -0000	1.5
@@ -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 $@
+




More information about the busybox-cvs mailing list