From 9befa2e24f2299e8f3a31a3682be8cf4950c9ed3 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sat, 8 Mar 2008 01:37:10 +0100 Subject: Fix a phase bug in the system definition. darcs-hash:e8b5acb532d249fe6e444fd3908b953e64dec963 --- objective-cl.asd | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'objective-cl.asd') diff --git a/objective-cl.asd b/objective-cl.asd index 9461373..712376e 100644 --- a/objective-cl.asd +++ b/objective-cl.asd @@ -19,16 +19,20 @@ #+@use-prebuilt-objective-cl@ -(progn - (defpackage #:objcl-asdf - (:use #:cl #:asdf) - (:export #:objc-source-file - #:*objc-obj-dir*)) +(defpackage #:objcl-asdf + (:use #:cl #:asdf) + (:export #:objc-source-file + #:*objc-obj-dir*)) - (in-package #:objcl-asdf) - (defvar *objc-obj-dir* +#+@use-prebuilt-objective-cl@ +(in-package #:objcl-asdf) + +#+@use-prebuilt-objective-cl@ +(defvar *objc-obj-dir* @prebuilt-objective-cl-location@) - (in-package #:asdf)) + +#+@use-prebuilt-objective-cl@ +(in-package #:asdf) (defsystem "objective-cl" -- cgit v1.2.3