From d382b23ee73dd993e944bd4fad9d190bc2e6f849 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sun, 27 Jan 2008 12:46:11 +0100 Subject: Do not build our own libffi if we can find one installed on the system. darcs-hash:98186d9dca2682cb70a25403ee7415dcbd28249c --- objective-cl.asd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'objective-cl.asd') diff --git a/objective-cl.asd b/objective-cl.asd index 474457c..17dea28 100644 --- a/objective-cl.asd +++ b/objective-cl.asd @@ -94,6 +94,7 @@ (directory (merge-pathnames x source-dir))) '(#p"**/*.m" #p"**/*.h" #p"**/GNUmakefile.*" #p"**/*.make" #p"**/GNUmakefile" + #p"**/*.in" #p"**/configure" #p"**/configure.ac" #p"libffi/**/*" #p"libffi/**/*.*")))) (output-dir (merge-pathnames #p"../../" @@ -121,8 +122,9 @@ (unless (or (operation-done-p o c) (null (output-files o c))) (zerop + ;; Run `make' at the top level of the directory tree. (run-shell-command "make -C '~A'" - (merge-pathnames #p"../" + (merge-pathnames #p"../../" (directory-namestring (first (output-files o c)))))))) -- cgit v1.2.3