blob: 3db252dd172b3f549eee53c964448239ac382dcd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.8 2009/10/31 02:13:08 wiz Exp $
--- Makefile.in.orig 2009-10-06 14:17:51.000000000 +0000
+++ Makefile.in
@@ -1050,7 +1050,7 @@ uninstall-hook:
rm -f "$(DESTDIR)$(datadir)/mime/treemagic"
rm -f "$(DESTDIR)$(datadir)/mime/types"
-all: check
+all:
$(MAKE) -C po shared-mime-info.pot
check: freedesktop.org.xml check-translations
|