$NetBSD: patch-intl_Makefile.in,v 1.2 2012/12/29 11:29:34 othyro Exp $ Fixing paths. --- intl/Makefile.in.orig 2001-06-28 21:10:24.000000000 +0000 +++ intl/Makefile.in @@ -202,12 +202,8 @@ Makefile: Makefile.in ../config.status # 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: +.PHONY: intlh.inst +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.