Changeset 07cb75ee58a9e9c7cd19cd0f9d1475165214fedf
- Timestamp:
- 05/10/08 16:48:25
(2 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1210430905 +0200
- git-parent:
[7e4d4e22f51e52407f3edea2b21c79cf7833f7b9]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1210430848 +0200
- Message:
automake: Don't run make install for VLC.app.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r21efc7c |
r07cb75e |
|
| 560 | 560 | # The resulting VLC.app will only in this tree. |
|---|
| 561 | 561 | VLC.app: vlc |
|---|
| 562 | | ( cd src && make install ) |
|---|
| 563 | 562 | rm -Rf $(top_builddir)/tmp |
|---|
| 564 | 563 | mkdir -p "$(top_builddir)/tmp/extras/package/macosx" |
|---|