mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 08:13:02 +00:00
* 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.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
|||||||
|
2006-02-08 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
|
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 <eggert@cs.ucla.edu>
|
2006-02-06 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
More portability fixes for problems summarized by Nelson H. F. Beebe.
|
More portability fixes for problems summarized by Nelson H. F. Beebe.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
## Process this file with automake to produce Makefile.in -*-Makefile-*-
|
## 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
|
## 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
|
## 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++. ##
|
## Building & testing calc++. ##
|
||||||
## --------------------------- ##
|
## --------------------------- ##
|
||||||
|
|
||||||
noinst_PROGRAMS = calc++
|
check_PROGRAMS = calc++
|
||||||
|
|
||||||
calc_sources_extracted = $(srcdir)/calc++-scanner.ll $(srcdir)/calc++.cc \
|
calc_sources_extracted = $(srcdir)/calc++-scanner.ll $(srcdir)/calc++.cc \
|
||||||
$(srcdir)/calc++-driver.hh $(srcdir)/calc++-driver.cc
|
$(srcdir)/calc++-driver.hh $(srcdir)/calc++-driver.cc
|
||||||
|
|||||||
Reference in New Issue
Block a user