summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-04-25 18:07:13 +0200
committerClifford Wolf <clifford@clifford.at>2015-04-25 18:07:13 +0200
commitbd0597137dd74ed2d5342d43b51b37adab68e401 (patch)
tree3e9801c0fc27fad429af082e852c4e723319b66c
parent82a4722f460a05bfa1d70df34b201fc72cae02ce (diff)
Updated ABC to hg rev 779de2de1481
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 05e15d72..774ae616 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,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 = 51705b168d7a
+ABCREV = 779de2de1481
ABCPULL = 1
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"