Changeset c5146198c227053570f040e432a06f1c8eead089
- Timestamp:
- 02/04/08 14:06:44
(5 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202130404 +0000
- git-parent:
[e0401e74e037f413632036dd2d5769899882963b]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202130404 +0000
- Message:
Makefile.am: Yet an other attempt to fix this Makefile.am on Mac OS X.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re0401e7 |
rc514619 |
|
| 352 | 352 | # VLC-release.app is the old VLC.app target |
|---|
| 353 | 353 | VLC-release.app: vlc |
|---|
| 354 | | ( cd src && make install ) |
|---|
| 355 | | @if test -e "$(top_builddir)/tmp"; then \ |
|---|
| 356 | | rm -Rf $(top_builddir)/tmp \ |
|---|
| 357 | | fi \ |
|---|
| 358 | | mkdir -p "$(top_builddir)/tmp/extras/package/macosx"; \ |
|---|
| | 354 | ( cd src && make install ) |
|---|
| | 355 | if test -e $(top_builddir)/tmp ; then |
|---|
| | 356 | rm -Rf $(top_builddir)/tmp |
|---|
| | 357 | fi |
|---|
| | 358 | mkdir -p "$(top_builddir)/tmp/extras/package/macosx"; \ |
|---|
| 359 | 359 | rm -Rf $(top_builddir)/VLC-release.app |
|---|
| 360 | 360 | cp -R $(srcdir)/extras/package/macosx/vlc.xcodeproj $(top_builddir)/tmp/extras/package/macosx/ |
|---|
| … | … | |
| 522 | 522 | VLC.app: vlc |
|---|
| 523 | 523 | ( cd src && make install ) |
|---|
| 524 | | if test -e "$(top_builddir)/tmp"; then |
|---|
| 525 | | rm -Rf "$(top_builddir)/tmp" |
|---|
| | 524 | if test -e $(top_builddir)/tmp ; then |
|---|
| | 525 | rm -Rf $(top_builddir)/tmp |
|---|
| 526 | 526 | fi |
|---|
| 527 | 527 | mkdir -p "$(top_builddir)/tmp/extras/package/macosx"; \ |
|---|