[pacman-dev] [PATCH] Makefile.am: remove old targets from .PHONY
12 Oct
2013
12 Oct
'13
6 p.m.
These targets were part of the old test suite and no longer exist. Signed-off-by: Andrew Gregory <andrew.gregory.8@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
4094
Age (days ago)
4094
Last active (days ago)
0 comments
1 participants
participants (1)
-
Andrew Gregory