From 7cbfa29815d0206c4ff23707609ee3c57e0b374d Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 6 Jan 2000 16:59:00 +0000 Subject: [PATCH] * header-vars.am (@SET_MAKE@): Added. * subdirs.am (@SET_MAKE@): Removed. Report from Motoyuki Kasahara. --- ChangeLog | 6 ++++++ THANKS | 3 ++- header-vars.am | 4 +++- lib/am/header-vars.am | 4 +++- lib/am/subdirs.am | 4 +--- subdirs.am | 4 +--- 6 files changed, 16 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index ecff028e..8b7d04b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-01-06 Tom Tromey + + * header-vars.am (@SET_MAKE@): Added. + * subdirs.am (@SET_MAKE@): Removed. Report from Motoyuki + Kasahara. + 1999-12-19 Tom Tromey * automake.in (handle_dist_worker): Expand DIST_COMMON under all diff --git a/THANKS b/THANKS index 04596132..c05a445f 100644 --- a/THANKS +++ b/THANKS @@ -74,13 +74,14 @@ Mark Galassi rosalia@nis.lanl.gov Markku Rossi mtr@ngs.fi Markus F.X.J. Oberhumer k3040e4@wildsau.idv-edu.uni-linz.ac.at Matt Leach mleach@cygnus.com -Matthias Clasen clasen@mathematik.uni-freiburg.de Matthew D. Langston langston@SLAC.Stanford.EDU +Matthias Clasen clasen@mathematik.uni-freiburg.de Michael Brantley Michael-Brantley@deshaw.com Michel de Ruiter mdruiter@cs.vu.nl Miles Bader miles@ccs.mt.nec.co.jp Miodrag Vallat miodrag@ifrance.com Motoyuki Kasahara m-kasahr@sra.co.jp +Motoyuki Kasahara m-kasahr@sra.co.jp NISHIDA Keisuke knishida@nn.iij4u.or.jp Nelson H. F. Beebe beebe@math.utah.edu Noah Friedman friedman@gnu.ai.mit.edu diff --git a/header-vars.am b/header-vars.am index 84d2a060..06eab555 100644 --- a/header-vars.am +++ b/header-vars.am @@ -1,5 +1,5 @@ ## automake - create Makefile.in from Makefile.am -## Copyright (C) 1994, 1995-98, 1999 Free Software Foundation, Inc. +## Copyright (C) 1994-99, 2000 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 @@ -36,6 +36,8 @@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include +@SET_MAKE@ + DESTDIR = ## Some derived variables that have been found to be useful. diff --git a/lib/am/header-vars.am b/lib/am/header-vars.am index 84d2a060..06eab555 100644 --- a/lib/am/header-vars.am +++ b/lib/am/header-vars.am @@ -1,5 +1,5 @@ ## automake - create Makefile.in from Makefile.am -## Copyright (C) 1994, 1995-98, 1999 Free Software Foundation, Inc. +## Copyright (C) 1994-99, 2000 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 @@ -36,6 +36,8 @@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include +@SET_MAKE@ + DESTDIR = ## Some derived variables that have been found to be useful. diff --git a/lib/am/subdirs.am b/lib/am/subdirs.am index ab96f5b6..b0ce04ac 100644 --- a/lib/am/subdirs.am +++ b/lib/am/subdirs.am @@ -1,5 +1,5 @@ ## automake - create Makefile.in from Makefile.am -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc. +## Copyright (C) 1994-99, 2000 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 @@ -22,8 +22,6 @@ # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. -@SET_MAKE@ - all-recursive install-data-recursive install-exec-recursive \ installdirs-recursive install-recursive uninstall-recursive @INSTALLINFO@ \ check-recursive installcheck-recursive info-recursive dvi-recursive: diff --git a/subdirs.am b/subdirs.am index ab96f5b6..b0ce04ac 100644 --- a/subdirs.am +++ b/subdirs.am @@ -1,5 +1,5 @@ ## automake - create Makefile.in from Makefile.am -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc. +## Copyright (C) 1994-99, 2000 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 @@ -22,8 +22,6 @@ # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. -@SET_MAKE@ - all-recursive install-data-recursive install-exec-recursive \ installdirs-recursive install-recursive uninstall-recursive @INSTALLINFO@ \ check-recursive installcheck-recursive info-recursive dvi-recursive: -- 2.43.5