patch-Makefile_in 1.1 KB

123456789101112131415161718192021222324252627
  1. --- bison-3.0.1.orig/Makefile.in 2013-11-12 14:57:09.000000000 +0100
  2. +++ bison-3.0.1/Makefile.in 2013-11-27 18:46:46.000000000 +0100
  3. @@ -5134,22 +5134,12 @@ $(CROSS_OPTIONS_TEXI): doc/bison.help $(
  4. doc/refcard.pdf: doc/refcard.tex
  5. $(AM_V_GEN) cd doc && pdftex $(abs_top_srcdir)/doc/refcard.tex
  6. $(top_srcdir)/doc/bison.help: src/bison$(EXEEXT)
  7. - $(AM_V_GEN)src/bison$(EXEEXT) --version >doc/bison.help.tmp
  8. - $(AM_V_at) src/bison$(EXEEXT) --help >>doc/bison.help.tmp
  9. + echo "3.0.1" >doc/bison.help.tmp
  10. + echo "no help" >>doc/bison.help.tmp
  11. $(AM_V_at)$(top_srcdir)/build-aux/move-if-change doc/bison.help.tmp $@
  12. # Depend on configure to get version number changes.
  13. $(top_srcdir)/doc/bison.1: doc/bison.help doc/bison.x $(top_srcdir)/configure
  14. - $(AM_V_GEN)$(HELP2MAN) \
  15. - --include=$(top_srcdir)/doc/bison.x \
  16. - --output=$@.t src/bison$(EXEEXT)
  17. - $(AM_V_at)if $(remove_time_stamp) $@ >$@a.t 2>/dev/null && \
  18. - $(remove_time_stamp) $@.t | cmp $@a.t - >/dev/null 2>&1; then \
  19. - touch $@; \
  20. - else \
  21. - mv $@.t $@; \
  22. - fi
  23. - $(AM_V_at)rm -f $@*.t
  24. .gv.eps:
  25. $(AM_V_GEN) $(MKDIR_P) `echo "./$@" | sed -e 's,/[^/]*$$,,'`