index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
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 /Makefile.am | |
parent | 1bb0085dfea1fbda0fc7715a064cbac193d381e2 (diff) |
-rw-r--r-- | Makefile.am | 2 |
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: |