mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 18:23:03 +00:00
Add missing $(EXEEXT).
* doc/local.mk ($(CROSS_OPTIONS_TEXI)): The target is "src/bison$(EXEEXT)". Reported by Di-an Jan.
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2008-11-16 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
|
Add missing $(EXEEXT).
|
||||||
|
* doc/local.mk ($(CROSS_OPTIONS_TEXI)): The target is
|
||||||
|
"src/bison$(EXEEXT)".
|
||||||
|
Reported by Di-an Jan.
|
||||||
|
|
||||||
2008-11-15 Akim Demaille <demaille@gostai.com>
|
2008-11-15 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
* TODO: Update.
|
* TODO: Update.
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
## Process this file with automake to produce Makefile.in -*-Makefile-*-
|
|
||||||
## Copyright (C) 2001, 2002, 2003, 2005, 2006, 2007, 2008 Free Software
|
## Copyright (C) 2001, 2002, 2003, 2005, 2006, 2007, 2008 Free Software
|
||||||
## Foundation, Inc.
|
## Foundation, Inc.
|
||||||
|
|
||||||
@@ -31,7 +30,7 @@ CROSS_OPTIONS_PL = $(top_srcdir)/build-aux/cross-options.pl
|
|||||||
CROSS_OPTIONS_TEXI = $(top_srcdir)/doc/cross-options.texi
|
CROSS_OPTIONS_TEXI = $(top_srcdir)/doc/cross-options.texi
|
||||||
$(CROSS_OPTIONS_TEXI): $(top_srcdir)/src/getargs.c $(CROSS_OPTIONS_PL)
|
$(CROSS_OPTIONS_TEXI): $(top_srcdir)/src/getargs.c $(CROSS_OPTIONS_PL)
|
||||||
-rm -f $@ $@.tmp
|
-rm -f $@ $@.tmp
|
||||||
$(MAKE) $(AM_MAKEFLAGS) src/bison
|
$(MAKE) $(AM_MAKEFLAGS) src/bison$(EXEEXT)
|
||||||
$(top_builddir)/src/bison --help | perl $(CROSS_OPTIONS_PL) >$@.tmp
|
$(top_builddir)/src/bison --help | perl $(CROSS_OPTIONS_PL) >$@.tmp
|
||||||
mv $@.tmp $@
|
mv $@.tmp $@
|
||||||
MAINTAINERCLEANFILES = $(CROSS_OPTIONS_TEXI)
|
MAINTAINERCLEANFILES = $(CROSS_OPTIONS_TEXI)
|
||||||
|
|||||||
Reference in New Issue
Block a user