From: Tom Tromey Date: Sun, 19 Mar 2000 19:46:33 +0000 (+0000) Subject: * tags.am: Don't reference $$here. Report from Sven Verdoolaege. X-Git-Tag: Release-1-4b~118 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=10dd2292cc15a5ed537ba5ea1719ee2bb65e6194;p=automake.git * tags.am: Don't reference $$here. Report from Sven Verdoolaege. --- diff --git a/ChangeLog b/ChangeLog index e648b42a..ed775365 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 c05a445f..eff3b465 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 94db7f90..2328a58b 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 94db7f90..2328a58b 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)