Changeset 6dea96129049641b9814d06b382615054cfcf82f
- Timestamp:
- 03/09/07 18:00:02
(1 year ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1188835202 +0000
- git-parent:
[345d466ca8677eab0933bf584844739782b0e4a4]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1188835202 +0000
- Message:
BSD make fix
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r63ea63e |
r6dea961 |
|
| 89 | 89 | modules/builtin.h: modules/builtin.h.in ../vlc-config Makefile.am |
|---|
| 90 | 90 | rm -f -- "$@.tmp" |
|---|
| 91 | | cat "$<" > "$@.tmp" |
|---|
| | 91 | cat "modules/builtin.h.in" > "$@.tmp" |
|---|
| 92 | 92 | if !HAVE_PLUGINS |
|---|
| 93 | 93 | plugins="$$($(VLC_CONFIG) --list plugin)" ; \ |
|---|