php4-beta | 200004
Date: 04/30/00
- Next message: Sascha Schumann: "[PHP4BETA] cvs: /php4/pear Makefile.in"
- Previous message: Sascha Schumann: "[PHP4BETA] cvs: /php4/ext/yp .cvsignore Makefile.in /php4/ext/zlib .cvsignore Makefile.in"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
sas Sun Apr 30 19:57:54 2000 EDT
Modified files:
/php4/build library.mk
Log:
Get rid of old cruft. Broke build on Irix.
Index: php4/build/library.mk
diff -u php4/build/library.mk:1.5 php4/build/library.mk:1.6
--- php4/build/library.mk:1.5 Thu Mar 30 15:50:15 2000
+++ php4/build/library.mk Sun Apr 30 19:57:24 2000
@@ -21,25 +21,10 @@
# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
##############################################################################
-# $Id: library.mk,v 1.5 2000/03/30 23:50:15 sas Exp $
+# $Id: library.mk,v 1.6 2000/05/01 02:57:24 sas Exp $
#
LTLIBRARY_OBJECTS = $(LTLIBRARY_SOURCES:.c=.lo)
$(LTLIBRARY_NAME): $(LTLIBRARY_OBJECTS) $(LTLIBRARY_DEPENDENCIES)
$(LINK) $(LTLIBRARY_LDFLAGS) $(LTLIBRARY_OBJECTS) $(LTLIBRARY_LIBADD)
-
-$(LTLIBRARY_SHARED_NAME): $(LTLIBRARY_OBJECTS) $(LTLIBRARY_DEPENDENCIES)
- <email protected> -d $(phplibdir) || $(mkinstalldirs) $(phplibdir)
- $(LINK) -avoid-version -module -rpath $(phplibdir) $(LTLIBRARY_LDFLAGS) $(LTLIBRARY_OBJECTS) $(LTLIBRARY_SHARED_LIBADD)
- $(SHLIBTOOL) --mode=install cp $@ $(phplibdir)
-
-shared:
- <email protected> test -z '$(LTLIBRARY_SHARED_NAME)'; then \
- echo "LTLIBRARY_SHARED_NAME is empty. Double check your Makefile.in"; \
- fi
- <email protected> test '$(SHLIBTOOL)' != '$(LIBTOOL)'; then \
- $(MAKE) 'LIBTOOL=$(SHLIBTOOL)' $(LTLIBRARY_SHARED_NAME); \
- else \
- $(MAKE) $(LTLIBRARY_SHARED_NAME); \
- fi
-- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: php4beta-unsubscribe <email protected> For additional commands, e-mail: php4beta-help <email protected> To contact the list administrators, e-mail: php4beta-admin <email protected>
- Next message: Sascha Schumann: "[PHP4BETA] cvs: /php4/pear Makefile.in"
- Previous message: Sascha Schumann: "[PHP4BETA] cvs: /php4/ext/yp .cvsignore Makefile.in /php4/ext/zlib .cvsignore Makefile.in"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

