diff options
author | Paul Querna <pquerna@apache.org> | 2008-10-30 11:36:44 +0100 |
---|---|---|
committer | Paul Querna <pquerna@apache.org> | 2008-10-30 11:36:44 +0100 |
commit | 27fdc3d9b7cd0f2d50cf72ccb8c8e8761524168c (patch) | |
tree | e5f90f92e6036133d2c96c62bbebb16db6276824 /modules | |
parent | Remove completed todo items. (diff) | |
download | apache2-27fdc3d9b7cd0f2d50cf72ccb8c8e8761524168c.tar.xz apache2-27fdc3d9b7cd0f2d50cf72ccb8c8e8761524168c.zip |
Add Makefile.in, so unixd will actually compile correctly :-).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709134 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules')
-rw-r--r-- | modules/arch/unix/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/arch/unix/Makefile.in b/modules/arch/unix/Makefile.in new file mode 100644 index 0000000000..167b343d0d --- /dev/null +++ b/modules/arch/unix/Makefile.in @@ -0,0 +1,3 @@ + +include $(top_srcdir)/build/special.mk + |