[uClibc-cvs] CVS uClibc/libresolv

CVS User vapier vapier at codepoet.org
Tue Jan 18 23:29:45 UTC 2005


Update of /var/cvs/uClibc/libresolv
In directory nail:/tmp/cvs-serv19114

Modified Files:
	Makefile 
Log Message:
rework dependencies so the archive is re-created only when the object files have been updated

--- /var/cvs/uClibc/libresolv/Makefile	2004/12/22 21:04:45	1.18
+++ /var/cvs/uClibc/libresolv/Makefile	2005/01/18 23:29:44	1.19
@@ -34,11 +34,9 @@
 CSRC = resolv.c
 OBJS=$(patsubst %.c,%.o, $(CSRC))
 
-all: $(OBJS) $(LIBRESOLV)
+all: $(LIBRESOLV)
 
-$(LIBRESOLV): ar-target
-
-ar-target: $(OBJS)
+$(LIBRESOLV) ar-target: $(OBJS)
 	$(AR) $(ARFLAGS) $(LIBRESOLV) $(OBJS)
 	$(INSTALL) -d $(TOPDIR)lib
 	$(RM) $(TOPDIR)lib/$(LIBRESOLV)



More information about the uClibc-cvs mailing list