summaryrefslogtreecommitdiff
path: root/devel/cl-asdf/files/patch-Makefile
blob: 02d99d940f21794bc14958f636980839e6c0b7f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.orig	2018-03-07 21:53:28 UTC
+++ Makefile
@@ -101,7 +101,7 @@ noext:
 load: build/asdf.lisp
 	./test/run-tests.sh -t $l $(all_lisp)
 
-install: archive
+install:
 
 bump: bump-version
 	git commit -a -m "Bump version to $$(eval a=$$(cat version.lisp-expr) ; echo $$a)"