Justtechjobs.com Find a programming school near you






Online Campus Both


php4-beta | 199912

[PHP4BETA] cvs: /php4/build build2.mk From: Sascha Schumann (sascha <email protected>)
Date: 12/30/99

sas Thu Dec 30 01:08:27 1999 EDT

  Modified files:
    /php4/build build2.mk
  Log:
  Rebuild config.h.in whenever configure changes
  
  
Index: php4/build/build2.mk
diff -u php4/build/build2.mk:1.3 php4/build/build2.mk:1.4
--- php4/build/build2.mk:1.3 Wed Dec 29 23:07:16 1999
+++ php4/build/build2.mk Thu Dec 30 01:07:56 1999
@@ -21,7 +21,7 @@
 # EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 ##############################################################################
-# $Id: build2.mk,v 1.3 1999/12/30 04:07:16 sas Exp $
+# $Id: build2.mk,v 1.4 1999/12/30 06:07:56 sas Exp $
 
 include generated_lists
 
@@ -73,7 +73,7 @@
 aclocal.m4: configure.in acinclude.m4
         aclocal
 
-$(config_h_in): configure.in acconfig.h
+$(config_h_in): configure acconfig.h
 # explicitly remove target since autoheader does not seem to work
 # correctly otherwise (timestamps are not updated)
          <email protected> rebuilding $@

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