From f39a294bc6a7da5db6e3d21b75bf8bd6e5096737 Mon Sep 17 00:00:00 2001 From: Ruben Ayrapetyan Date: Tue, 4 Aug 2015 13:54:06 +0300 Subject: [PATCH] Remove dependency on prerequisites for linux build. Precommit still depends on prerequisites, as it depends on vera++, etc. Related issue: #516 JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cc957c261..e93ca28af 100644 --- a/Makefile +++ b/Makefile @@ -159,7 +159,7 @@ export SHELL=/bin/bash all: precommit .PHONY: $(BUILD_DIRS_NATIVE) -$(BUILD_DIRS_NATIVE): prerequisites +$(BUILD_DIRS_NATIVE): $(Q) if [ "$$TOOLCHAIN" == "" ]; \ then \ arch=`uname -m`; \