From 9ef500df3616d1cf345eb0e71181bf84cba88390 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 15 Jun 2001 01:14:01 +0000 Subject: [PATCH] * lib/am/configure.am ($(top_builddir)/config.status): Added $(top_builddir) prefix to work around problems with some vendor makes. From Nicholas Joly. --- ChangeLog | 4 ++++ THANKS | 1 + lib/am/configure.am | 6 +++++- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5cf3bbfe..aa5b704a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2001-06-14 Tom Tromey + * lib/am/configure.am ($(top_builddir)/config.status): Added + $(top_builddir) prefix to work around problems with some vendor + makes. From Nicholas Joly. + * automake.in (yacc_lex_finish_helper): Find ylwrap in top_srcdir. From Tim Van Holder. * tests/Makefile.am (TESTS): Added yacc6.test. diff --git a/THANKS b/THANKS index 86b8fb71..c6191980 100644 --- a/THANKS +++ b/THANKS @@ -101,6 +101,7 @@ Motoyuki Kasahara m-kasahr@sra.co.jp Nicolas Thiery nthiery@Icare.mines.edu NISHIDA Keisuke knishida@nn.iij4u.or.jp Nelson H. F. Beebe beebe@math.utah.edu +Nicolas Joly njoly@pasteur.fr Noah Friedman friedman@gnu.ai.mit.edu Nyul Laszlo nyul@sol.cc.u-szeged.hu OKUJI Yoshinori okuji@kuicr.kyoto-u.ac.jp diff --git a/lib/am/configure.am b/lib/am/configure.am index d33d4f0c..bd2de242 100644 --- a/lib/am/configure.am +++ b/lib/am/configure.am @@ -40,7 +40,11 @@ if %?TOPDIR_P% ## Explicitly look in srcdir for benefit of non-GNU makes. -config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) +## Use `$(top_builddir)' for the benefit of Tru64 v5.1 make and also +## NetBSD v1.5 make. These `make's don't know that +## `$(top_builddir)/config.status' and `config.status' are the same +## file when top_builddir==`.'. +$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck ## Always require configure.ac and configure at top level, even if they -- 2.43.5