diff options
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2013-10-12 14:00:20 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-10-14 13:01:15 +1000 |
commit | 8ab44c7986b24c407fcf622c9019d60d30c97275 (patch) | |
tree | 12ec24ed108ccc14628642990424b3f862ce811a | |
parent | 1bb0085dfea1fbda0fc7715a064cbac193d381e2 (diff) | |
download | pacman-8ab44c7986b24c407fcf622c9019d60d30c97275.tar.xz |
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>
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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: |