summaryrefslogtreecommitdiff
path: root/ext/recode
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/recode
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/recode')
-rw-r--r--ext/recode/Makefile.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/ext/recode/Makefile.in b/ext/recode/Makefile.in
index c754c548bf..715ae0319c 100644
--- a/ext/recode/Makefile.in
+++ b/ext/recode/Makefile.in
@@ -1,10 +1,5 @@
-DEPTH = ../..
-topsrcdir = @topsrcdir@
-srcdir = @srcdir@
-VPATH = @srcdir@
-
LTLIBRARY_NAME = librecode.la
LTLIBRARY_SOURCES = recode.c
-include $(topsrcdir)/build/ltlib.mk
+include $(top_srcdir)/build/ltlib.mk