- add missing ';'
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 20 Sep 2007 11:14:47 +0000 (11:14 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 20 Sep 2007 11:14:47 +0000 (11:14 -0000)
package/Makefile.autotools.in

index a2ca927f46d774fc4cfc26064157bdfefdd96b46..944a5824dd51f51703f3a31399cd083322455716 100644 (file)
@@ -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 \