Changeset b638a3dbb86e07af984eaffbeaaf23d12c7210d0
- Timestamp:
- 21/09/05 03:24:48
(3 years ago)
- Author:
- Derk-Jan Hartman <hartman@videolan.org>
- git-committer:
- Derk-Jan Hartman <hartman@videolan.org> 1127265888 +0000
- git-parent:
[661e782126cbc02d0d046b7f761dc7b898303fc2]
- git-author:
- Derk-Jan Hartman <hartman@videolan.org> 1127265888 +0000
- Message:
* Autodetect the liveMedia on 10.2 special case. Note that this might break current 'sed' patch lines on existing 10.2 installs, since the correct line will be patched by those as well.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r4a4a0f5 |
rb638a3d |
|
| 864 | 864 | |
|---|
| 865 | 865 | .live: live |
|---|
| | 866 | ifeq ($(HOST),ppc-darwin) |
|---|
| | 867 | (cd $<; ./genMakefiles macosx-before-version-10.4 && make ) |
|---|
| | 868 | else |
|---|
| 866 | 869 | (cd $<; ./genMakefiles macosx && make ) |
|---|
| | 870 | endif |
|---|
| 867 | 871 | touch $@ |
|---|
| 868 | 872 | |
|---|