Changeset 97d1d1c21efde89b1ce9c5e1c89e171b09d33aa1
- Timestamp:
- 03/19/08 20:00:19
(6 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1205953219 +0200
- git-parent:
[473906a052f21523a3fe450f4664f247f72b3d9e]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1205953219 +0200
- Message:
Remove redumdant Makefile target
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r473906a |
r97d1d1c |
|
| 139 | 139 | pkgconfig_DATA = vlc-control.pc vlc-plugin.pc |
|---|
| 140 | 140 | CLEANFILES += $(pkgconfig_DATA) |
|---|
| 141 | | |
|---|
| 142 | | vlc-control.pc: vlc-control.pc.in $(top_builddir)/config.status |
|---|
| 143 | | cd $(top_builddir) && \ |
|---|
| 144 | | $(SHELL) ./config.status --file=src/vlc-control.pc |
|---|
| 145 | 141 | |
|---|
| 146 | 142 | .pc.in.pc: $(top_builddir)/config.status |
|---|