Skip to content

Commit f39a294

Browse files
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 [email protected]
1 parent c41f76a commit f39a294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export SHELL=/bin/bash
159159
all: precommit
160160

161161
.PHONY: $(BUILD_DIRS_NATIVE)
162-
$(BUILD_DIRS_NATIVE): prerequisites
162+
$(BUILD_DIRS_NATIVE):
163163
$(Q) if [ "$$TOOLCHAIN" == "" ]; \
164164
then \
165165
arch=`uname -m`; \

0 commit comments

Comments
 (0)