Changeset 56b98fdcdbe41e38a1dffbb3f45d35bdc871764c
- Timestamp:
- 04/28/08 18:30:42
(4 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1209400242 +0300
- git-parent:
[5a96b059302cea50584969fe7b0bfbd2589d29bf]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1209400242 +0300
- Message:
Typo
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r160ee0a |
r56b98fd |
|
| 1 | 1 | # Automake forgets to add a proper tag to libtool with Objective-C files. |
|---|
| 2 | | # Moreocer Libtool should default tag to CC when none is specified but |
|---|
| | 2 | # Moreover Libtool should default tag to CC when none is specified but |
|---|
| 3 | 3 | # obviously does not. Here is a fix for that. |
|---|
| 4 | 4 | LIBTOOL=@LIBTOOL@ --tag=CC |
|---|