php4-beta | 200004

[PHP4BETA] cvs: /php4/ext/xml Makefile.in /php4/ext/xml/expat Makefile.in From: Sascha Schumann (sascha <email protected>)
Date: 04/30/00

sas Sun Apr 30 20:10:02 2000 EDT

  Modified files:
    /php4/ext/xml Makefile.in
    /php4/ext/xml/expat Makefile.in
  Log:
  Rebuild xml, if libexpat changed.
  
  
Index: php4/ext/xml/Makefile.in
diff -u php4/ext/xml/Makefile.in:1.8 php4/ext/xml/Makefile.in:1.9
--- php4/ext/xml/Makefile.in:1.8 Sun Apr 30 19:58:26 2000
+++ php4/ext/xml/Makefile.in Sun Apr 30 20:10:01 2000
@@ -1,9 +1,10 @@
 
 LTLIBRARY_NAME = libxml.la
 LTLIBRARY_SOURCES = xml.c
-LTLIBRARY_LIBADD = expat/libexpat.la
+LTLIBRARY_DEPENDENCIES = expat/libexpat.la
+LTLIBRARY_LIBADD = $(LTLIBRARY_DEPENDENCIES)
 LTLIBRARY_SHARED_NAME = xml.la
-LTLIBRARY_SHARED_LIBADD = expat/libexpat.la
+LTLIBRARY_SHARED_LIBADD = $(LTLIBRARY_LIBADD)
 
 SUBDIRS = expat
 
Index: php4/ext/xml/expat/Makefile.in
diff -u php4/ext/xml/expat/Makefile.in:1.3 php4/ext/xml/expat/Makefile.in:1.4
--- php4/ext/xml/expat/Makefile.in:1.3 Sun Apr 30 19:42:28 2000
+++ php4/ext/xml/expat/Makefile.in Sun Apr 30 20:10:01 2000
@@ -2,6 +2,7 @@
 LTLIBRARY_NAME = libexpat.la
 LTLIBRARY_DEPENDENCIES = xmltok/libexpat_tok.la xmlparse/libexpat_parse.la
 LTLIBRARY_LIBADD = $(LTLIBRARY_DEPENDENCIES)
+LTLIBRARY_SHARED_LIBADD = $(LTLIBRARY_LIBADD)
 
 SUBDIRS = xmltok xmlparse
         

-- 
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>