summaryrefslogtreecommitdiff
path: root/objective-cl.asd
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-03-08 01:37:10 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-03-08 01:37:10 +0100
commit9befa2e24f2299e8f3a31a3682be8cf4950c9ed3 (patch)
tree2e9df1e9e4c99766082e912a6ff7091fe0c433d4 /objective-cl.asd
parent6707335bd0b093e83b7cf7da53dc5a200bb78880 (diff)
Fix a phase bug in the system definition.
darcs-hash:e8b5acb532d249fe6e444fd3908b953e64dec963
Diffstat (limited to 'objective-cl.asd')
-rw-r--r--objective-cl.asd20
1 files changed, 12 insertions, 8 deletions
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"