summaryrefslogtreecommitdiff
path: root/ext/ext_skel
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-04-30 03:10:34 +0000
committerSascha Schumann <sas@php.net>2000-04-30 03:10:34 +0000
commit8d19edc4953cbec69bbdca2f310d7d8d22be7494 (patch)
tree14987a28d285a2204ef7fbc9b37a3181d7badfc5 /ext/ext_skel
parentbe00d130e6006c121c0a2461946b4e02e9a9e30b (diff)
downloadphp-git-8d19edc4953cbec69bbdca2f310d7d8d22be7494.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/ext_skel')
-rwxr-xr-xext/ext_skel7
1 files changed, 1 insertions, 6 deletions
diff --git a/ext/ext_skel b/ext/ext_skel
index 7e5fb40501..3db7ebae57 100755
--- a/ext/ext_skel
+++ b/ext/ext_skel
@@ -64,15 +64,10 @@ $ECHO_N " Makefile.in$ECHO_C"
cat >Makefile.in <<eof
# \$Id\$
-DEPTH = ../..
-topsrcdir = @topsrcdir@
-srcdir = @srcdir@
-VPATH = @srcdir@
-
LTLIBRARY_NAME = lib$extname.la
LTLIBRARY_SOURCES = $extname.c
-include \$(topsrcdir)/build/ltlib.mk
+include \$(top_srcdir)/build/ltlib.mk
eof