summaryrefslogtreecommitdiff
path: root/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 /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 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 910078b0cd..39e7089112 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,9 +1,4 @@
-DEPTH = .
-top_srcdir = @top_srcdir@
-srcdir = @srcdir@
-VPATH = @srcdir@
-
SUBDIRS = ap lib main modules os support $(REGEX_DIR)
PROGRAM_NAME = $(progname)