summaryrefslogtreecommitdiff
path: root/ext/mysql
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-04-30 03:20:09 +0000
committerSascha Schumann <sas@php.net>2000-04-30 03:20:09 +0000
commit953fe189dacec1f3079f1c2c043b6644725b643e (patch)
tree3fe55c2cf9084cb6d06a9fe01b096c5e8656d57d /ext/mysql
parent952f58b66d579cd6a171c4b25269f151e73cd3fa (diff)
downloadphp-git-953fe189dacec1f3079f1c2c043b6644725b643e.tar.gz
Overall UNIX build system improvements:
* Makefile header is now completely dynamic * Absolute paths in (top_)?(src|build)dir and VPATH (fixes Tru64 support) * VPATH does not contain variables anymore (fixes UnixWare support)
Diffstat (limited to 'ext/mysql')
-rw-r--r--ext/mysql/Makefile.in7
-rw-r--r--ext/mysql/libmysql/Makefile.in6
2 files changed, 2 insertions, 11 deletions
diff --git a/ext/mysql/Makefile.in b/ext/mysql/Makefile.in
index 57595a8d35..0ae2db88c4 100644
--- a/ext/mysql/Makefile.in
+++ b/ext/mysql/Makefile.in
@@ -1,9 +1,4 @@
-DEPTH = ../..
-topsrcdir = @topsrcdir@
-srcdir = @srcdir@
-VPATH = @srcdir@
-
LTLIBRARY_NAME = libmysql.la
LTLIBRARY_SOURCES = php_mysql.c
LTLIBRARY_LIBADD = $(MYSQL_LIBADD)
@@ -12,4 +7,4 @@ LTLIBRARY_SHARED_LIBADD = $(MYSQL_LFLAGS) -lmysqlclient
SUBDIRS = $(MYSQL_SUBDIRS)
-include $(topsrcdir)/build/ltlib.mk
+include $(top_srcdir)/build/ltlib.mk
diff --git a/ext/mysql/libmysql/Makefile.in b/ext/mysql/libmysql/Makefile.in
index 245698466f..43f25bd976 100644
--- a/ext/mysql/libmysql/Makefile.in
+++ b/ext/mysql/libmysql/Makefile.in
@@ -1,7 +1,3 @@
-DEPTH = ../../..
-topsrcdir = @topsrcdir@
-srcdir = @srcdir@
-VPATH = @srcdir@
LTLIBRARY_NAME = libmysql_client.la
LTLIBRARY_SOURCES = libmysql.c errmsg.c net.c violite.c password.c \
@@ -17,4 +13,4 @@ LTLIBRARY_SOURCES = libmysql.c errmsg.c net.c violite.c password.c \
strcont.c strcend.c bchange.c bmove.c bmove_upp.c \
longlong2str.c strtoull.c strtoll.c ctype-latin1.c
-include $(topsrcdir)/build/ltlib.mk
+include $(top_srcdir)/build/ltlib.mk