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
This commit is contained in:
Ruben Ayrapetyan
2015-08-04 13:54:06 +03:00
parent c41f76aba2
commit f39a294bc6
+1 -1
View File
@@ -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`; \