summaryrefslogtreecommitdiff
path: root/Makefile.in
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 /Makefile.in
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 'Makefile.in')
-rw-r--r--Makefile.in11
1 files changed, 3 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in
index b580462243..705479e397 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,9 +1,4 @@
-DEPTH = .
-topsrcdir = @topsrcdir@
-srcdir = @srcdir@
-VPATH = @srcdir@
-
ZEND_DIR = $(srcdir)/Zend
SUBDIRS = Zend ext sapi $(TSRM_DIR) $(REGEX_DIR) . $(PEAR_DIR)
@@ -36,9 +31,9 @@ targets = $(LTLIBRARY_NAME) $(PROGRAM_NAME)
install_targets = install-local install-modules
-include $(topsrcdir)/build/rules.mk
-include $(topsrcdir)/build/library.mk
-include $(topsrcdir)/build/program.mk
+include $(top_srcdir)/build/rules.mk
+include $(top_srcdir)/build/library.mk
+include $(top_srcdir)/build/program.mk
install-local:
@$(LIBTOOL) --silent --mode=install cp libphp4.la $(phptempdir)/libphp4.la >/dev/null 2>&1