]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix problem with error from hp/ux make when no modules in modules/ dir.
authordgaudet <dgaudet@unknown>
Sun, 29 Jun 1997 18:28:26 +0000 (18:28 +0000)
committerdgaudet <dgaudet@unknown>
Sun, 29 Jun 1997 18:28:26 +0000 (18:28 +0000)
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

APACHE_1_2_X/src/CHANGES
APACHE_1_2_X/src/Configure

index 98b474a23ad736bbe0d63177f19112bb3351d901..972c6ae4dff4fce4f5378212733305e91db22456 100644 (file)
@@ -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
index 6dea93a475fd4d54d129d6d832240fb9616f0467..8081904c3ef4058ccd32a79216a933a6f720e063 100755 (executable)
@@ -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: