summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4384de5f..c0a36494 100644
--- a/Makefile
+++ b/Makefile
@@ -86,7 +86,7 @@ yosys-svgviewer: libs/svgviewer/*.h libs/svgviewer/*.cpp
abc:
test -d abc || hg clone https://bitbucket.org/alanmi/abc abc
- cd abc && hg pull && make
+ cd abc && hg pull && hg update && make
cp abc/abc yosys-abc
test: yosys