Date: 06/30/99
- Previous message: sas: "[PHP-DEV] CVS update: php3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wednesday June 30, 1999 @ 20:48
Author: sas
Update of /repository/php3/dbase
In directory php:/tmp/cvs-serv11940/dbase
Modified Files:
Makefile.in
Log Message:
and sometimes VPATH on sol7 is too silly
Index: php3/dbase/Makefile.in
diff -u php3/dbase/Makefile.in:1.3 php3/dbase/Makefile.in:1.4
--- php3/dbase/Makefile.in:1.3 Mon Jun 28 12:13:57 1999
+++ php3/dbase/Makefile.in Wed Jun 30 20:48:55 1999
@@ -48,7 +48,7 @@
$(CC) -o $@ dbflst.o $(DBF_LIB)
tmpl.dbf: tmpl
- ./tmpl
+ $(srcdir)/./tmpl
tmpl: tmpl.o $(DBF_LIB)
$(CC) -o $@ tmpl.o $(DBF_LIB)
-- 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>
- Previous message: sas: "[PHP-DEV] CVS update: php3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

