From c38d1df997e4185999d8b8abbe7269c9ef93f206 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 20 Sep 2007 11:14:47 +0000 Subject: - add missing ';' --- package/Makefile.autotools.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package') 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 \ -- cgit v1.2.3