chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6774170
)
Changed filename of shared objects to be component name
author
espen
<espen>
Fri, 14 Dec 2007 11:38:47 +0000
(11:38 +0000)
committer
espen
<espen>
Fri, 14 Dec 2007 11:38:47 +0000
(11:38 +0000)
tools/asdf-extensions.lisp
patch
|
blob
|
blame
|
history
diff --git
a/tools/asdf-extensions.lisp
b/tools/asdf-extensions.lisp
index 768006ab29b7d48a595d9030eb74ddf1895c1c3a..f0be0218c7ef0d951f05e16f93a8b2863533ad64 100644
(file)
--- a/
tools/asdf-extensions.lisp
+++ b/
tools/asdf-extensions.lisp
@@
-31,7
+31,7
@@
(defmethod output-files ((operation compile-op) (dso shared-object))
(let ((dir (component-pathname dso)))
(list
(make-pathname :type *dso-extension*
- :name (c
ar (last (pathname-directory dir))
)
+ :name (c
omponent-name dso
)
:directory (butlast (pathname-directory dir))
:defaults dir))))