[PHP-DEV] cvs: /php3 Makefile.in From: musone (php-dev <email protected>)
Date: 07/12/99

musone Mon Jul 12 14:28:30 1999 EDT

  Modified files:
    /php3 Makefile.in
  Log:
  make likes tabs..
  make REALLY REALLY likes tabs..
  
  
  
  
Index: php3/Makefile.in
diff -u php3/Makefile.in:1.338 php3/Makefile.in:1.339
--- php3/Makefile.in:1.338 Mon Jul 12 11:56:30 1999
+++ php3/Makefile.in Mon Jul 12 14:28:29 1999
@@ -24,7 +24,7 @@
 # +----------------------------------------------------------------------+
 
 #
-# $Id: Makefile.in,v 1.338 1999/07/12 15:56:30 andrey Exp $
+# $Id: Makefile.in,v 1.339 1999/07/12 18:28:29 musone Exp $
 #
 
 prefix =  <email protected>@
@@ -143,7 +143,7 @@
          <email protected>@
 
 functions/parsedate.h functions/parsedate.c: functions/parsedate.y
- bison -v -d functions/parsedate.y -o functions/parsedate.c
+ bison -v -d functions/parsedate.y -o functions/parsedate.c
 
 language-parser.tab.h language-parser.tab.c: $(srcdir)/language-parser.y
         bison -p php -v -d $(srcdir)/language-parser.y -o language-parser.tab.c

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>