diff options
author | Sascha Schumann <sas@php.net> | 2000-04-30 03:20:09 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-04-30 03:20:09 +0000 |
commit | 953fe189dacec1f3079f1c2c043b6644725b643e (patch) | |
tree | 3fe55c2cf9084cb6d06a9fe01b096c5e8656d57d /ext/mysql/libmysql | |
parent | 952f58b66d579cd6a171c4b25269f151e73cd3fa (diff) | |
download | php-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/libmysql')
-rw-r--r-- | ext/mysql/libmysql/Makefile.in | 6 |
1 files changed, 1 insertions, 5 deletions
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 |