From: Paul Eggert Date: Wed, 8 Feb 2006 18:56:01 +0000 (+0000) Subject: * examples/calc++/Makefile.am (check_PROGRAMS): Renamed from X-Git-Tag: v2.3b~456 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/6fc0c02473f49a8799abd11d8a66e06a371529d7?ds=inline * examples/calc++/Makefile.am (check_PROGRAMS): Renamed from nodist_PROGRAMS, since we don't need to actually compile the example if we're just doing a plain 'make'. This avoids bothering the installer unnecessarily about problems due to weird C++ compilers. --- diff --git a/ChangeLog b/ChangeLog index bfc43f0c..f3d84ba2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-02-08 Paul Eggert + + More portability fixes for problems summarized by Nelson H. F. Beebe. + + * examples/calc++/Makefile.am (check_PROGRAMS): Renamed from + nodist_PROGRAMS, since we don't need to actually compile the + example if we're just doing a plain 'make'. This avoids bothering + the installer unnecessarily about problems due to weird C++ + compilers. + 2006-02-06 Paul Eggert More portability fixes for problems summarized by Nelson H. F. Beebe. diff --git a/examples/calc++/Makefile.am b/examples/calc++/Makefile.am index 1456f2e7..fea49b17 100644 --- a/examples/calc++/Makefile.am +++ b/examples/calc++/Makefile.am @@ -1,5 +1,5 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*- -## Copyright (C) 2005 Free Software Foundation, Inc. +## Copyright (C) 2005, 2006 Free Software Foundation, Inc. ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -72,7 +72,7 @@ $(calc_sources_generated): $(srcdir)/calc++-parser.stamp ## Building & testing calc++. ## ## --------------------------- ## -noinst_PROGRAMS = calc++ +check_PROGRAMS = calc++ calc_sources_extracted = $(srcdir)/calc++-scanner.ll $(srcdir)/calc++.cc \ $(srcdir)/calc++-driver.hh $(srcdir)/calc++-driver.cc