From: dgaudet Date: Sun, 29 Jun 1997 18:28:26 +0000 (+0000) Subject: Fix problem with error from hp/ux make when no modules in modules/ dir. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5456e76edc178f24e4c4ce8aa9f3ad1c9e35e8f6;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/APACHE_1_2_X/src/CHANGES b/APACHE_1_2_X/src/CHANGES index 98b474a23ad..972c6ae4dff 100644 --- a/APACHE_1_2_X/src/CHANGES +++ b/APACHE_1_2_X/src/CHANGES @@ -29,6 +29,9 @@ Changes with Apache 1.2.1 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 diff --git a/APACHE_1_2_X/src/Configure b/APACHE_1_2_X/src/Configure index 6dea93a475f..8081904c3ef 100755 --- a/APACHE_1_2_X/src/Configure +++ b/APACHE_1_2_X/src/Configure @@ -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: