fielding 01/05/20 00:53:49
Modified: . Makefile.in
Log:
Ooops... a little too fast.
Revision Changes Path
1.35 +2 -0 apr-util/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/apr-util/Makefile.in,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- Makefile.in 2001/05/20 07:49:42 1.34
+++ Makefile.in 2001/05/20 07:53:48 1.35
@@ -27,9 +27,11 @@
delete-lib:
@if test -f $(TARGET_LIB); then \
objects="`find $(SUBDIRS) -name expat -prune -o -name '[EMAIL
PROTECTED]@' -a -newer $(TARGET_LIB) -print`" ; \
+ if test -n "$$objects"; then \
echo Found newer objects. Will relink $(TARGET_LIB). ; \
echo $(RM) -f $(TARGET_LIB) ; \
$(RM) -f $(TARGET_LIB) ; \
+ fi; \
fi
install: $(TARGET_LIB)