Changeset 840f845c8c4d723a7d84ab28bf9cc43e315b4695
- Timestamp:
- 06/04/06 20:43:05
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1149446585 +0000
- git-parent:
[1ee48e2704b37e657ac58ca69582c44129b46713]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1149446585 +0000
- Message:
Make config.status happy (muahaha)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r9d85b9d |
r840f845 |
|
| 212 | 212 | $(SHELL) ./config.status --file=$@ |
|---|
| 213 | 213 | chmod 0755 $@ |
|---|
| | 214 | touch $@ |
|---|
| 214 | 215 | |
|---|
| 215 | 216 | vlc-config.in: vlc-config.in.in |
|---|
| 216 | 217 | ./config.status --recheck |
|---|
| | 218 | touch $@ |
|---|
| 217 | 219 | |
|---|
| 218 | 220 | CLEANFILES = $(BUILT_SOURCES_clean) stamp-builtin |
|---|
| r1ee48e2 |
r840f845 |
|
| 4 | 4 | exec_prefix="@exec_prefix@" |
|---|
| 5 | 5 | exec_prefix_set=no |
|---|
| | 6 | datarootdir="@datarootdir@" |
|---|
| 6 | 7 | |
|---|
| 7 | 8 | release="@release@" |
|---|