[PHP-DEV] CVS update: php3 From: zeev (php-dev <email protected>)
Date: 10/04/98

Date: Sunday October 4, 1998 @ 13:17
Author: zeev

Update of /repository/php3
In directory asf:/u2/tmp/cvs-serv2512

Modified Files:
        Makefile.in
Log Message:
Dependencies update

Index: php3/Makefile.in
diff -c php3/Makefile.in:1.263 php3/Makefile.in:1.264
*** php3/Makefile.in:1.263 Sun Oct 4 10:19:14 1998
--- php3/Makefile.in Sun Oct 4 13:17:34 1998
***************
*** 24,30 ****
  # +----------------------------------------------------------------------+
  
  #
! # $Id: Makefile.in,v 1.263 1998/10/04 14:19:14 zeev Exp $
  #
  
  prefix =  <email protected>@
--- 24,30 ----
  # +----------------------------------------------------------------------+
  
  #
! # $Id: Makefile.in,v 1.264 1998/10/04 17:17:34 zeev Exp $
  #
  
  prefix =  <email protected>@
***************
*** 219,224 ****
--- 219,225 ----
          $(CC) $(CFLAGS) -MM $(SOURCE) | perl -pe 's|regex/regex.h||;' > Makefile.depend
          $(CC) $(CFLAGS) -MM $(FUNCTIONS_SOURCE) | perl -pe 's|^(.+\.o)|functions/$$1|; s|regex/regex.h||;' >> Makefile.depend
  
+
  language-parser.tab.o: language-parser.tab.c php.h php_version.h \
   config.h request_info.h php3_hash.h alloc.h safe_mode.h \
   fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
***************
*** 600,605 ****
--- 601,607 ----
   functions/head.h modules.h internal_functions.h php3_list.h \
   functions/php3_string.h functions/php3_zlib.h snprintf.h
  functions/COM.o: functions/COM.c
+ functions/ifx.o: functions/ifx.c
  functions/hw.o: functions/hw.c config.h php.h php_version.h request_info.h \
   php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
   mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
***************
*** 614,620 ****
   php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
   mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
   internal_functions.h modules.h functions/reg.h functions/post.h \
! functions/php3_string.h
  
  # Local Variables:
  # tab-width: 4
--- 616,623 ----
   php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
   mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
   internal_functions.h modules.h functions/reg.h functions/post.h \
! functions/php3_string.h functions/php3_var.h
!
  
  # Local Variables:
  # tab-width: 4

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>