From 953fe189dacec1f3079f1c2c043b6644725b643e Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sun, 30 Apr 2000 03:20:09 +0000 Subject: 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) --- ext/mysql/libmysql/Makefile.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'ext/mysql/libmysql') 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 -- cgit v1.2.1