diff options
author | Sascha Schumann <sas@php.net> | 2000-04-30 03:12:38 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-04-30 03:12:38 +0000 |
commit | 952f58b66d579cd6a171c4b25269f151e73cd3fa (patch) | |
tree | 7686e0d8b4a036540b8753ce51e97d87dd9a4b10 /ext/dav | |
parent | 8d19edc4953cbec69bbdca2f310d7d8d22be7494 (diff) | |
download | php-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/dav')
-rw-r--r-- | ext/dav/Makefile.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ext/dav/Makefile.in b/ext/dav/Makefile.in index c3522068b4..5e3149ea23 100644 --- a/ext/dav/Makefile.in +++ b/ext/dav/Makefile.in @@ -1,10 +1,5 @@ -DEPTH = ../.. -topsrcdir = @topsrcdir@ -srcdir = @srcdir@ -VPATH = @srcdir@ - LTLIBRARY_NAME = libdav.la LTLIBRARY_SOURCES = dav.c -include $(topsrcdir)/build/ltlib.mk +include $(top_srcdir)/build/ltlib.mk |