summaryrefslogtreecommitdiff
path: root/support/Makefile.in
diff options
context:
space:
mode:
authorSascha Schumann <sascha@apache.org>2000-04-30 00:06:07 +0000
committerSascha Schumann <sascha@apache.org>2000-04-30 00:06:07 +0000
commit99fa11cb5f289491c595a27bc8c1471b46081c30 (patch)
treec90bdd4e0fa55960acd7b7ec6a869d0a8e144f6e /support/Makefile.in
parent0cfb1d0be3114ff70b5025d0763b7d8d39ea166e (diff)
downloadhttpd-99fa11cb5f289491c595a27bc8c1471b46081c30.tar.gz
Overall UNIX build system improvements:
* Makefile header is now completely dynamic * Absolute paths everywhere (fixes Tru64 support) * Get rid of LTLIBRARY_SHARED_NAME rule in library.mk (fixes Irix support, untested) * VPATH does not contain variables anymore (fixes UnixWare support) * Remove inclusion of program.mk in support/Makefile.in (PROGRAM_NAME is empty => breaks Irix and others) * Call REENTRANCY_FLAGS earlier, so that flags are passed to header checks (might fix OpenBSD pthread.h-detection, untested) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85102 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/Makefile.in')
-rw-r--r--support/Makefile.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/support/Makefile.in b/support/Makefile.in
index 8460b563ce..e45244c714 100644
--- a/support/Makefile.in
+++ b/support/Makefile.in
@@ -1,9 +1,4 @@
-DEPTH = ..
-top_srcdir = @top_srcdir@
-srcdir = @srcdir@
-VPATH = @srcdir@
-
PROGRAMS = htpasswd htdigest rotatelogs logresolve ab
targets = $(PROGRAMS)
@@ -12,7 +7,6 @@ PROGRAM_DEPENDENCIES = ../lib/apr/$(LIBPRE)apr.a \
../ap/libap.la
include $(top_srcdir)/build/rules.mk
-include $(top_srcdir)/build/program.mk
htpasswd_OBJECTS = htpasswd.lo
htpasswd: $(htpasswd_OBJECTS)