summaryrefslogtreecommitdiff
path: root/mail/fetchmail/patches/patch-af
blob: 4dd60952812ef9ea000ecd9f220d064f4f38a01c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-af,v 1.1 2002/04/06 16:53:02 frueauf Exp $

--- intl/Makefile.in-ori	Sat Mar 16 16:18:38 2002
+++ intl/Makefile.in	Mon Mar 25 21:54:08 2002
@@ -204,12 +204,12 @@
 # The dependency for intlh.inst is different in gettext and all other
 # packages.  Because we cannot you GNU make features we have to solve
 # the problem while rewriting Makefile.in.
-@GT_YES@intlh.inst: intlh.inst.in ../config.status
-@GT_YES@	cd .. \
-@GT_YES@	&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \
-@GT_YES@	  $(SHELL) ./config.status
-@GT_NO@.PHONY: intlh.inst
-@GT_NO@intlh.inst:
+intlh.inst: intlh.inst.in ../config.status
+	cd .. \
+	&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \
+	  $(SHELL) ./config.status
+#@GT_NO@.PHONY: intlh.inst
+#@GT_NO@intlh.inst:
 
 # Tell versions [3.59,3.63) of GNU make not to export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.