summaryrefslogtreecommitdiffstats
path: root/rules/apache2.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2010-12-29 16:49:52 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2010-12-29 16:49:52 +0100
commit50cb42eb1cc5c96d142f87ccf51be5f905ddb8cc (patch)
tree4abc82f2684504ba1b27971153d59f9e71e45c4e /rules/apache2.make
parent0b7fb5abf3bfadac24b05afbf521d01daf42cec1 (diff)
downloadptxdist-50cb42eb1cc5c96d142f87ccf51be5f905ddb8cc.tar.gz
ptxdist-50cb42eb1cc5c96d142f87ccf51be5f905ddb8cc.tar.xz
apache2: fix missing backslash
This patch fixes a missing backslash which was introduced with commit 6d2866f4. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules/apache2.make')
-rw-r--r--rules/apache2.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/apache2.make b/rules/apache2.make
index cc0c16754..2f71ac5dd 100644
--- a/rules/apache2.make
+++ b/rules/apache2.make
@@ -56,7 +56,7 @@ APACHE2_BINCONFIG_GLOB := ""
APACHE2_CONF_TOOL := autoconf
APACHE2_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
- --includedir=/usr/include/apache2
+ --includedir=/usr/include/apache2 \
--enable-so \
--with-expat=$(SYSROOT)/usr