diff options
author | Ryan Bloom <rbb@apache.org> | 2000-08-19 02:34:38 +0200 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-08-19 02:34:38 +0200 |
commit | 55179b5a0f720e345a2ce2157a441d7596c033d8 (patch) | |
tree | 6f0f9c564fed87ef345ca454e8c6b3c221287d40 /build/rules.mk | |
parent | Fix type of bytes_sent parm passed to ap_bucket_mmap_create(). (diff) | |
download | apache2-55179b5a0f720e345a2ce2157a441d7596c033d8.tar.xz apache2-55179b5a0f720e345a2ce2157a441d7596c033d8.zip |
Remove whitespace from blank lines in rules.mk. This fixes Irix 6.5
PR: 6357
Submitted by: Mike Abbott <mja@sgi.com>
Reviewed by: Ryan Bloom
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86107 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/rules.mk')
-rw-r--r-- | build/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/rules.mk b/build/rules.mk index 90db7bd032..e365b0c126 100644 --- a/build/rules.mk +++ b/build/rules.mk @@ -84,10 +84,10 @@ INSTALL_PROGRAM = $(INSTALL) -m 755 DEFS = -I. -I$(srcdir) -I$(top_srcdir)/modules/mpm/$(MPM_NAME) # Suffixes - + CXX_SUFFIX = cpp SHLIB_SUFFIX = so - + .SUFFIXES: .SUFFIXES: .S .c .$(CXX_SUFFIX) .lo .o .s .y .l .slo |