diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-08-14 10:19:12 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-08-14 10:19:12 +0200 |
commit | a878095b465d73df7b347dddb25c3627024b3d7d (patch) | |
tree | 000d6726c924eeb6c31ceda6aebea17fa90c07b3 | |
parent | 7e758d5fbba4769ba268229bece7b5c486c61223 (diff) | |
download | yosys-a878095b465d73df7b347dddb25c3627024b3d7d.tar.gz yosys-a878095b465d73df7b347dddb25c3627024b3d7d.tar.bz2 yosys-a878095b465d73df7b347dddb25c3627024b3d7d.zip |
Updated ABC to 4935c2b946de
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ OBJS = kernel/version_$(GIT_REV).o # is just a symlink to your actual ABC working directory, as 'make mrproper' # will remove the 'abc' directory and you do not want to accidentally # delete your work on ABC.. -ABCREV = b1e63d18768d +ABCREV = 4935c2b946de ABCPULL = 1 -include Makefile.conf |