Updated ABC

This commit is contained in:
Clifford Wolf 2016-02-07 08:56:32 +01:00
parent 825b99efc1
commit e7bec9bbb8
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ OBJS = kernel/version_$(GIT_REV).o
# is just a symlink to your actual ABC working directory, as 'make mrproper' # 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 # will remove the 'abc' directory and you do not want to accidentally
# delete your work on ABC.. # delete your work on ABC..
ABCREV = ee212a9e94df ABCREV = 1ec5409f9c6f
ABCPULL = 1 ABCPULL = 1
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"