trawick 01/12/05 12:39:16
Modified: . Makefile.in
Log:
show how we invoke libtool to build libaprutil.la
Revision Changes Path
1.51 +3 -1 apr-util/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/apr-util/Makefile.in,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- Makefile.in 2001/12/05 01:23:17 1.50
+++ Makefile.in 2001/12/05 20:39:16 1.51
@@ -58,7 +58,9 @@
$(TARGET_LIB):
@objects="`find $(SUBDIRS) -name expat -prune -o -name '[EMAIL
PROTECTED]@' -prune -o -name '[EMAIL PROTECTED]@' -print`"; \
- $(LINK) @lib_target@ @EXTRA_OS_LINK@
+ tmpcmd="$(LINK) @lib_target@ @EXTRA_OS_LINK@"; \
+ echo $$tmpcmd; \
+ $$tmpcmd
delete-exports:
@if test -f aprutil.exp; then \