Commit 0f3cc487 authored by dgaudet's avatar dgaudet
Browse files

Fix problem with error from hp/ux make when no modules in modules/ dir.

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
parent bb75072f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -30,6 +30,9 @@ Changes with Apache 1.2.1
     [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

+1 −1
Original line number Diff line number Diff line
@@ -665,7 +665,7 @@ default: \$(MODULES)
clean: \$(CLEANERS)
	@echo "Done cleaning module subdirectories"

\$(MODULES): ForceMe
placeholder \$(MODULES): ForceMe
	(cd \$@; \$(MAKE) CC=\$(CC) AUX_CFLAGS='\$(MOD_CFLAGS)' RANLIB='\$(RANLIB)')

ForceMe: