Changeset 103061a648dd9585db719da94b6b41daf3408cf4
- Timestamp:
- 04/22/08 16:49:22
(4 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1208875762 +0300
- git-parent:
[5365c5866ef6ea65ee2deaeea8a978d1f0657bbc]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1208875751 +0300
- Message:
Fix b7d1154663ccc8f245...
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb7d1154 |
r103061a |
|
| 152 | 152 | # This is just a convenience hack for modules/common.am |
|---|
| 153 | 153 | tgt="$1" |
|---|
| | 154 | tgt="${tgt##*/}" |
|---|
| 154 | 155 | case "$tgt" in |
|---|
| 155 | | *lib*_plugin_la-*.lo) |
|---|
| | 156 | lib*_plugin_la-*.lo) |
|---|
| 156 | 157 | tgt="${tgt#*lib}" |
|---|
| 157 | 158 | tgt="${tgt%_plugin_la-*.lo}" |
|---|