bjh 01/05/20 00:35:20
Modified: . Makefile.in
Log:
Stop "xml/expat" from being included in the $objects list. My ar chokes on it.
Revision Changes Path
1.33 +1 -1 apr-util/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/apr-util/Makefile.in,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- Makefile.in 2001/05/18 09:23:34 1.32
+++ Makefile.in 2001/05/20 07:35:20 1.33
@@ -45,7 +45,7 @@
$(LIBTOOL) --mode=install cp $(TARGET_LIB) $(libdir)
$(TARGET_LIB):
- @objects="`find $(SUBDIRS) -name expat -prune -o -name '[EMAIL
PROTECTED]@'`"; \
+ @objects="`find $(SUBDIRS) -name expat -prune -o -name '[EMAIL
PROTECTED]@' -a -print`"; \
$(LINK) @lib_target@
delete-exports: