summaryrefslogtreecommitdiff
path: root/ext/java
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/java
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/java')
-rw-r--r--ext/java/Makefile.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/ext/java/Makefile.in b/ext/java/Makefile.in
index 495c7efb37..26fab50d02 100644
--- a/ext/java/Makefile.in
+++ b/ext/java/Makefile.in
@@ -1,9 +1,4 @@
-DEPTH = ../..
-topsrcdir = @topsrcdir@
-srcdir = @srcdir@
-VPATH = @srcdir@
-
LTLIBRARY_SHARED_NAME = libphp_java.la
LTLIBRARY_SOURCES = java.c
LTLIBRARY_DEPENDENCIES = php_java.jar
@@ -16,7 +11,7 @@ EXTRA_INCLUDES = $(JAVA_INCLUDE)
make_shared = yes
-include $(topsrcdir)/build/ltlib.mk
+include $(top_srcdir)/build/ltlib.mk
php_java.jar : reflect.java
@test -d net || mkdir net