patch-Makefile_in 1.4 KB

1234567891011121314151617181920
  1. $OpenBSD: patch-Makefile_in,v 1.1.1.1 2016/01/01 11:54:26 bentley Exp $
  2. --- Makefile.in.orig Sun Dec 20 00:51:22 2015
  3. +++ Makefile.in Sun Dec 20 00:51:45 2015
  4. @@ -653,10 +653,11 @@ $(PREFIX2).mode: modes
  5. install-data-local:
  6. apertium-gen-modes modes.xml apertium-$(PREFIX1)
  7. - $(INSTALL_DATA) $(PREFIX1).mode $(apertium_eo_modesdir)
  8. - $(INSTALL_DATA) $(PREFIX2).mode $(apertium_eo_modesdir)
  9. - $(INSTALL_DATA) $(BASENAME).$(PREFIX1).t1x $(BASENAME).$(PREFIX1).antaux_t2x $(BASENAME).$(PREFIX1).t2x $(BASENAME).$(PREFIX1).t3x $(apertium_eo_endir)
  10. - $(INSTALL_DATA) $(BASENAME).$(PREFIX2).t1x $(BASENAME).$(PREFIX2).genitive.t1x $(BASENAME).$(PREFIX2).antaux_t2x $(BASENAME).$(PREFIX2).t2x $(BASENAME).$(PREFIX2).t3x $(apertium_eo_endir)
  11. + test -d $(DESTDIR)$(apertium_eo_modesdir) || mkdir $(DESTDIR)$(apertium_eo_modesdir)
  12. + $(INSTALL_DATA) $(PREFIX1).mode $(DESTDIR)$(apertium_eo_modesdir)
  13. + $(INSTALL_DATA) $(PREFIX2).mode $(DESTDIR)$(apertium_eo_modesdir)
  14. + $(INSTALL_DATA) $(BASENAME).$(PREFIX1).t1x $(BASENAME).$(PREFIX1).antaux_t2x $(BASENAME).$(PREFIX1).t2x $(BASENAME).$(PREFIX1).t3x $(DESTDIR)$(apertium_eo_endir)
  15. + $(INSTALL_DATA) $(BASENAME).$(PREFIX2).t1x $(BASENAME).$(PREFIX2).genitive.t1x $(BASENAME).$(PREFIX2).antaux_t2x $(BASENAME).$(PREFIX2).t2x $(BASENAME).$(PREFIX2).t3x $(DESTDIR)$(apertium_eo_endir)
  16. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  17. # Otherwise a system limit (for SysV at least) may be exceeded.