[pacman-dev] [PATCH] Makefile.am: remove old targets from .PHONY
Andrew Gregory
andrew.gregory.8 at gmail.com
Sat Oct 12 14:00:20 EDT 2013
These targets were part of the old test suite and no longer exist.
Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index f81fd79..1e5f9a5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -54,6 +54,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:
--
1.8.4
More information about the pacman-dev
mailing list