summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-20 11:14:47 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-20 11:14:47 +0000
commitc38d1df997e4185999d8b8abbe7269c9ef93f206 (patch)
tree41e799a97253ae428161e12d233c77d11130ed73 /package
parentadb399f54a4211c4a3854a4055d43a58d75914e4 (diff)
downloadbuildroot-novena-c38d1df997e4185999d8b8abbe7269c9ef93f206.tar.gz
buildroot-novena-c38d1df997e4185999d8b8abbe7269c9ef93f206.zip
- add missing ';'
Diffstat (limited to 'package')
-rw-r--r--package/Makefile.autotools.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in
index a2ca927f4..944a5824d 100644
--- a/package/Makefile.autotools.in
+++ b/package/Makefile.autotools.in
@@ -161,7 +161,7 @@ $(BUILD_DIR)/%/.stamp_patched:
fi; \
fi; \
else \
- echo "This must be wrong. Why do you need to special-case _any_ package here? Skipping until this is resolved properly." \
+ echo "This must be wrong. Why do you need to special-case _any_ package here? Skipping until this is resolved properly."; \
if false && test "$(wildcard package/x11r7/$($(PKG)_NAME)/$(NAMEVER)*.patch)" ; then \
toolchain/patch-kernel.sh $(@D) package/x11r7/$($(PKG)_NAME) $(NAMEVER)\*.patch || exit 1 ; \
else \