diff options
author | Sascha Schumann <sascha@apache.org> | 2000-04-30 02:06:07 +0200 |
---|---|---|
committer | Sascha Schumann <sascha@apache.org> | 2000-04-30 02:06:07 +0200 |
commit | 99fa11cb5f289491c595a27bc8c1471b46081c30 (patch) | |
tree | c90bdd4e0fa55960acd7b7ec6a869d0a8e144f6e /os/beos/Makefile.in | |
parent | Add ap_sigwait() to support old-style sigwait(). (diff) | |
download | apache2-99fa11cb5f289491c595a27bc8c1471b46081c30.tar.xz apache2-99fa11cb5f289491c595a27bc8c1471b46081c30.zip |
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 'os/beos/Makefile.in')
-rw-r--r-- | os/beos/Makefile.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/os/beos/Makefile.in b/os/beos/Makefile.in index b2014e4c56..0915a3ab99 100644 --- a/os/beos/Makefile.in +++ b/os/beos/Makefile.in @@ -1,9 +1,4 @@ -DEPTH = ../.. -top_srcdir = @top_srcdir@ -srcdir = @srcdir@ -VPATH = @srcdir@ - LTLIBRARY_NAME = libos.la LTLIBRARY_SOURCES = os.c beosd.c iol_socket.c |