lletters-0.1.95-make-382.patch 798 B

123456789101112131415161718192021222324
  1. http://bugs.gentoo.org/340599
  2. --- a/intl/Makefile.in
  3. +++ b/intl/Makefile.in
  4. @@ -202,12 +202,12 @@
  5. # The dependency for intlh.inst is different in gettext and all other
  6. # packages. Because we cannot you GNU make features we have to solve
  7. # the problem while rewriting Makefile.in.
  8. -@GT_YES@intlh.inst: intlh.inst.in ../config.status
  9. -@GT_YES@ cd .. \
  10. -@GT_YES@ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \
  11. -@GT_YES@ $(SHELL) ./config.status
  12. -@GT_NO@.PHONY: intlh.inst
  13. -@GT_NO@intlh.inst:
  14. +intlh.inst: intlh.inst.in ../config.status
  15. + cd .. \
  16. + && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \
  17. + $(SHELL) ./config.status
  18. +.PHONY: intlh.inst
  19. +intlh.inst:
  20. # Tell versions [3.59,3.63) of GNU make not to export all variables.
  21. # Otherwise a system limit (for SysV at least) may be exceeded.