[uClibc-cvs] CVS uClibc/libcrypt

CVS User vapier vapier at codepoet.org
Tue Jan 18 23:30:31 UTC 2005


Update of /var/cvs/uClibc/libcrypt
In directory nail:/tmp/cvs-serv19185

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

--- /var/cvs/uClibc/libcrypt/Makefile	2004/12/22 21:04:39	1.27
+++ /var/cvs/uClibc/libcrypt/Makefile	2005/01/18 23:30:31	1.28
@@ -33,11 +33,9 @@
 CSRC = crypt.c des.c md5.c
 OBJS=$(patsubst %.c,%.o, $(CSRC))
 
-all: $(OBJS) $(LIBCRYPT)
+all: $(LIBCRYPT)
 
-$(LIBCRYPT): ar-target
-
-ar-target: $(OBJS)
+$(LIBCRYPT) ar-target: $(OBJS)
 	$(AR) $(ARFLAGS) $(LIBCRYPT) $(OBJS)
 	$(INSTALL) -d $(TOPDIR)lib
 	$(RM) $(TOPDIR)lib/$(LIBCRYPT)



More information about the uClibc-cvs mailing list