Skip to content

Commit

Permalink
Fix dh_auto_build: make -j1 returned exit code 2
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Nov 8, 2016
1 parent 04863f1 commit 66e69c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions JSON/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
include ../i-nex.mk
make: make-binary

make-binary: compile-i-nex-edid \
compile-i-nex-cpuid
make-binary: compile-i-nex-edid

compile-i-nex-edid:
@echo -e '$(OK_COLOR)Compile i-nex-edid $(OK_STRING)$(NO_COLOR)'
Expand Down

0 comments on commit 66e69c7

Please sign in to comment.