server/test_char.h
0 → 100644
+0
−0
Empty file added.
Loading
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
Empty file added.