diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-02-11 20:17:18 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-02-11 20:17:18 +0100 |
commit | fc0f7fbe9b70b0b5c40a3ecbc8eaba58560c4ddb (patch) | |
tree | 9a2e574465a0f7384ba85fda5b6c9d9cf8ced7b3 | |
parent | 5933082e9e90d92dfdda3f84fc14340984c0ce2c (diff) |
Run make on the top level so that it can run configure if necessary.
darcs-hash:634e1cb35dab6b64c0f287779b5bf4c19ff3fdc3
-rw-r--r-- | objective-cl-libobjcl.asd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/objective-cl-libobjcl.asd b/objective-cl-libobjcl.asd index 2720db1..dc5123b 100644 --- a/objective-cl-libobjcl.asd +++ b/objective-cl-libobjcl.asd @@ -42,7 +42,7 @@ :directory (pathname-directory (merge-pathnames - (make-pathname :directory '(:relative "..")) + (make-pathname :directory '(:relative ".." "..")) (first (output-files o |