From f97fad55542df30ece4e076ed31043124a0c67f8 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Thu, 18 Oct 2007 12:30:31 +0200 Subject: Improve CLISP compatibility. darcs-hash:ed5c2f6e5f03f8adabfb89279d275a7ce88821c7 --- objective-cl.asd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'objective-cl.asd') diff --git a/objective-cl.asd b/objective-cl.asd index 4d95124..f399aa9 100644 --- a/objective-cl.asd +++ b/objective-cl.asd @@ -93,7 +93,7 @@ (mapcan #'(lambda (x) (directory (merge-pathnames x source-dir))) '(#p"**/*.m" #p"**/*.h" #p"**/GNUmakefile.*" - #p"**/*.make")))) + #p"**/*.make" #p"**/GNUmakefile")))) (output-dir (merge-pathnames #p"../../" (directory-namestring (first (output-files o c)))))) -- cgit v1.2.3