summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndrew Gregory <andrew.gregory.8@gmail.com>2013-10-12 20:00:20 +0200
committerAllan McRae <allan@archlinux.org>2013-10-14 05:01:15 +0200
commit8ab44c7986b24c407fcf622c9019d60d30c97275 (patch)
tree12ec24ed108ccc14628642990424b3f862ce811a /Makefile.am
parent1bb0085dfea1fbda0fc7715a064cbac193d381e2 (diff)
downloadpacman-8ab44c7986b24c407fcf622c9019d60d30c97275.tar.gz
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>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
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: