1
0
mirror of https://github.com/moparisthebest/pacman synced 2025-02-28 17:31:52 -05:00

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:
Andrew Gregory 2013-10-12 14:00:20 -04:00 committed by Allan McRae
parent 1bb0085dfe
commit 8ab44c7986

View File

@ -57,6 +57,6 @@ update-po:
$(MAKE) -C scripts/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: