summaryrefslogtreecommitdiff
path: root/ext/cpdf
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-04-30 03:12:38 +0000
committerSascha Schumann <sas@php.net>2000-04-30 03:12:38 +0000
commit952f58b66d579cd6a171c4b25269f151e73cd3fa (patch)
tree7686e0d8b4a036540b8753ce51e97d87dd9a4b10 /ext/cpdf
parent8d19edc4953cbec69bbdca2f310d7d8d22be7494 (diff)
downloadphp-git-952f58b66d579cd6a171c4b25269f151e73cd3fa.tar.gz
(The first part of this commit died with a SIGPIPE from the CVS server.)
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/cpdf')
-rw-r--r--ext/cpdf/Makefile.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/ext/cpdf/Makefile.in b/ext/cpdf/Makefile.in
index 11961fe66e..ee8e1cd1cb 100644
--- a/ext/cpdf/Makefile.in
+++ b/ext/cpdf/Makefile.in
@@ -1,10 +1,5 @@
-DEPTH = ../..
-topsrcdir = @topsrcdir@
-srcdir = @srcdir@
-VPATH = @srcdir@
-
LTLIBRARY_NAME = libcpdf.la
LTLIBRARY_SOURCES = cpdf.c
-include $(topsrcdir)/build/ltlib.mk
+include $(top_srcdir)/build/ltlib.mk