summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2010-12-29 16:49:52 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2017-10-12 15:05:58 +0200
commit8d3cb7349ae7e8cf20e67b408a45c5a2a00f8eff (patch)
tree87cbb3c2d80712ae98a19281dea82c11ccdf1714
parent72553e6c68f6152b9b281f63134538a2a9ed5550 (diff)
downloadptxdist-8d3cb7349ae7e8cf20e67b408a45c5a2a00f8eff.tar.gz
ptxdist-8d3cb7349ae7e8cf20e67b408a45c5a2a00f8eff.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> (cherry picked from commit 50cb42eb1cc5c96d142f87ccf51be5f905ddb8cc) Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--rules/apache2.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/apache2.make b/rules/apache2.make
index 55fbe34b5..25aee1369 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