From: Cliff Woolley Date: Sun, 29 Jul 2001 22:23:30 +0000 (+0000) Subject: This is an awful hack to work around a bug in Solaris 7's native make, X-Git-Tag: 2.0.23~161 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d8122e536899d5dc2a3d1009370c609552eb944;p=thirdparty%2Fapache%2Fhttpd.git This is an awful hack to work around a bug in Solaris 7's native make, which blows up when you have a dependency on a not-yet-existent file. The way around this is to have a zero-byte version of the file around before running make, which will be older than gen_test_char after that gets built, so the blank test_char.h will get overwritten by a valid one. If somebody has a better way around this lack of lazy bindings on Solaris 7, please feel free to cvs rm this intentionally blank file and fix it a better way. Submitted by: Justin Erenkrantz Reviewed by: Cliff Woolley git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89772 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/test_char.h b/server/test_char.h new file mode 100644 index 00000000000..e69de29bb2d