]> git.saurik.com Git - bison.git/commitdiff
Add missing $(EXEEXT).
authorAkim Demaille <demaille@gostai.com>
Sun, 16 Nov 2008 18:49:35 +0000 (19:49 +0100)
committerAkim Demaille <demaille@gostai.com>
Sun, 16 Nov 2008 18:49:35 +0000 (19:49 +0100)
* doc/local.mk ($(CROSS_OPTIONS_TEXI)): The target is
"src/bison$(EXEEXT)".
Reported by Di-an Jan.

ChangeLog
doc/local.mk

index 5cb6b0ddf43e6c702b850fcfdd974dd6d0fc1320..2b31a12cdb055e9c352f7898da0141376a1265f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * TODO: Update.
 2008-11-15  Akim Demaille  <demaille@gostai.com>
 
        * TODO: Update.
index 15a232f82dc726870f844484a4a0d0b27e4a5295..d54952f0eb993ed5930571d9b00f43cdf5971b44 100644 (file)
@@ -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
 ## Foundation, Inc.
 
 ## Copyright (C) 2001, 2002, 2003, 2005, 2006, 2007, 2008 Free Software
 ## 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)/src/getargs.c $(CROSS_OPTIONS_PL)
        -rm -f $@ $@.tmp
 CROSS_OPTIONS_TEXI = $(top_srcdir)/doc/cross-options.texi
 $(CROSS_OPTIONS_TEXI): $(top_srcdir)/src/getargs.c $(CROSS_OPTIONS_PL)
        -rm -f $@ $@.tmp
-       $(MAKE) $(AM_MAKEFLAGS) src/bison
+       $(MAKE) $(AM_MAKEFLAGS) src/bison$(EXEEXT)
        $(top_builddir)/src/bison --help | perl $(CROSS_OPTIONS_PL) >$@.tmp
        mv $@.tmp $@
 MAINTAINERCLEANFILES = $(CROSS_OPTIONS_TEXI)
        $(top_builddir)/src/bison --help | perl $(CROSS_OPTIONS_PL) >$@.tmp
        mv $@.tmp $@
 MAINTAINERCLEANFILES = $(CROSS_OPTIONS_TEXI)