Browse Source

- add missing ';'

Bernhard Reutner-Fischer 18 years ago
parent
commit
c38d1df997
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/Makefile.autotools.in

+ 1 - 1
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 \