From: Clifford Wolf Date: Fri, 9 May 2014 16:23:21 +0000 (+0200) Subject: Updated ABC to 67c84cdd49e4 X-Git-Tag: yosys-0.3.0~21 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bfd62268cc6a6115c540a0386c02301cd1ee2e22;p=yosys.git Updated ABC to 67c84cdd49e4 --- diff --git a/Makefile b/Makefile index 69fbf5222..54699e4df 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,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 = 2058c8ccea68 +ABCREV = 67c84cdd49e4 ABCPULL = 1 -include Makefile.conf