summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2013-08-20 09:46:05 +0200
committerClifford Wolf <clifford@clifford.at>2013-08-20 09:46:05 +0200
commit1af1cebb64b5d8d3f0a66d01d05762a15b3bc0db (patch)
treed435ea29a37c2a4bc6a7e16bc54fa139e95505d3 /Makefile
parent0003743432dc804f65e61253ee71883175693d86 (diff)
Minor fixes in abc build instructions and abc pass
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