From 8ab44c7986b24c407fcf622c9019d60d30c97275 Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Sat, 12 Oct 2013 14:00:20 -0400 Subject: 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 Signed-off-by: Allan McRae --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0729be3d..0ba39ca2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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: -- cgit v1.2.3-24-g4f1b