Makefile.am: remove old targets from .PHONY
These targets were part of the old test suite and no longer exist. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
1bb0085dfe
commit
8ab44c7986
1 changed files with 1 additions and 1 deletions
|
@ -57,6 +57,6 @@ update-po:
|
||||||
$(MAKE) -C scripts/po update-po
|
$(MAKE) -C scripts/po update-po
|
||||||
$(MAKE) -C src/pacman/po update-po
|
$(MAKE) -C src/pacman/po update-po
|
||||||
|
|
||||||
.PHONY: test-pacman test-pacsort test-vercmp test-parseopts update-po
|
.PHONY: update-po
|
||||||
|
|
||||||
# vim:set ts=2 sw=2 noet:
|
# vim:set ts=2 sw=2 noet:
|
||||||
|
|
Loading…
Add table
Reference in a new issue