From e7b41cd70a8fcfb478e9b0ac46677ccdb11bb7e5 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 19 Mar 2000 19:46:34 +0000 Subject: [PATCH] * tags.am: Don't reference $$here. Report from Sven Verdoolaege. --- ChangeLog | 4 ++++ THANKS | 1 + lib/am/tags.am | 4 ++-- tags.am | 4 ++-- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index e648b42..ed77536 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-03-19 Tom Tromey + + * tags.am: Don't reference $$here. Report from Sven Verdoolaege. + 2000-03-13 Alexandre Oliva * m4/missing.m4: Print the backtick in a way that won't cause diff --git a/THANKS b/THANKS index c05a445..eff3b46 100644 --- a/THANKS +++ b/THANKS @@ -107,6 +107,7 @@ Robert Bihlmeyer robbe@orcus.priv.at Seth Alves alves@hungry.com Shuhei Amakawa Steve M. Robbins steve@nyongwa.montreal.qc.ca +Sven Verdoolaege skimo@kotnet.org Tatu Ylonen ylo@ssh.fi The Crimson Binome steve@nyongwa.montreal.qc.ca Thomas Gagne tgagne@ix.netcom.com diff --git a/lib/am/tags.am b/lib/am/tags.am index 94db7f9..2328a58 100644 --- a/lib/am/tags.am +++ b/lib/am/tags.am @@ -1,5 +1,5 @@ ## automake - create Makefile.in from Makefile.am -## Copyright (C) 1994, 1995-1998, 1999 Free Software Foundation, Inc. +## Copyright (C) 1994, 1995-1998, 1999, 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 @@ -26,7 +26,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ - mkid -f$$here/ID $$unique $(LISP) + mkid -fID $$unique $(LISP) TAGS: @DIRS@ $(HEADERS) $(SOURCES) @CONFIG@ $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) diff --git a/tags.am b/tags.am index 94db7f9..2328a58 100644 --- a/tags.am +++ b/tags.am @@ -1,5 +1,5 @@ ## automake - create Makefile.in from Makefile.am -## Copyright (C) 1994, 1995-1998, 1999 Free Software Foundation, Inc. +## Copyright (C) 1994, 1995-1998, 1999, 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 @@ -26,7 +26,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ - mkid -f$$here/ID $$unique $(LISP) + mkid -fID $$unique $(LISP) TAGS: @DIRS@ $(HEADERS) $(SOURCES) @CONFIG@ $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) -- 2.7.4