Submitted by: Marc Slemko
Reviewed by: Dean Gaudet, Alexei Kosut
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78456
13f79535-47bb-0310-9956-
ffa450edef68
lockfile in any location. It previously defaulted to /usr/tmp/htlock.
[Somehow it took four of us: Randy Terbush, Jim Jagielski, Dean Gaudet,
Marc Slemko]
+
+ *) Add a placeholder in modules/Makefile to avoid errors with certain
+ makes. [Marc Slemko]
*) QUERY_STRING was unescaped in mod_include, it shouldn't be.
[Dean Gaudet] PR#644
clean: \$(CLEANERS)
@echo "Done cleaning module subdirectories"
-\$(MODULES): ForceMe
+placeholder \$(MODULES): ForceMe
(cd \$@; \$(MAKE) CC=\$(CC) AUX_CFLAGS='\$(MOD_CFLAGS)' RANLIB='\$(RANLIB)')
ForceMe: