makefile created by apxs -g works on more systems
it was broken on at least AIX and Tru64
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95646
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.0.38
+ *) Fix apxs so that the makefile created by "apxs -g" works on AIX and
+ Tru64 (and probably some other platforms). [Jeff Trawick]
+
*) Allow CGI scripts to return their Content-Length. This also fixes a
hang on HEAD requests seen on certain platforms (such as FreeBSD).
[Justin Erenkrantz]
## Autogenerated via ``apxs -n %NAME% -g''.
##
-builddir=$(shell pwd)
+builddir=.
top_srcdir=%PREFIX%
top_builddir=%PREFIX%
include %INSTALLBUILDDIR%/special.mk