From 7a5499cdcf7cd03ac9c2577dadd20f566070368b Mon Sep 17 00:00:00 2001
From: "Robert P. Goldman" <rpgoldman@gmail.com>
Date: Mon, 17 Mar 2014 14:06:41 -0500
Subject: [PATCH] Undo the "make unwriteable" in build/asdf.lisp target.

Breaks our release make targets.
---
 Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile b/Makefile
index ee5d2419..c9287d06 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,6 @@ build/asdf.lisp: $(all_lisp)
 	mkdir -p build
 	rm -f $@
 	cat $(all_lisp) > $@
-	chmod -w $@ # try to prevent accidental editing.
 
 # This quickly locates such mistakes as unbalanced parentheses:
 load: build/asdf.lisp
-- 
GitLab