]> sourceware.org Git - automake.git/commitdiff
* tags.am: Don't reference $$here. Report from Sven Verdoolaege.
authorTom Tromey <tromey@redhat.com>
Sun, 19 Mar 2000 19:46:33 +0000 (19:46 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 19 Mar 2000 19:46:33 +0000 (19:46 +0000)
ChangeLog
THANKS
lib/am/tags.am
tags.am

index e648b42a78a4cda46a0cc4c1386f5983feeda665..ed7753656d61c79157435f59d451b9b493a94677 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-03-19  Tom Tromey  <tromey@cygnus.com>
+
+       * tags.am: Don't reference $$here.  Report from Sven Verdoolaege.
+
 2000-03-13  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
 
        * m4/missing.m4: Print the backtick in a way that won't cause
diff --git a/THANKS b/THANKS
index c05a445f03f4414200d30ec9bb50341918ee33e8..eff3b4658a90d8bea2e86936e3cdbc7b16c757af 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -107,6 +107,7 @@ Robert Bihlmeyer    robbe@orcus.priv.at
 Seth Alves             alves@hungry.com
 Shuhei Amakawa         <sa264@cam.ac.uk>
 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
index 94db7f905b8266d74a21120664356bf7d73131d0..2328a58b2cc226236131e555a2a342b6ac508917 100644 (file)
@@ -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 94db7f905b8266d74a21120664356bf7d73131d0..2328a58b2cc226236131e555a2a342b6ac508917 100644 (file)
--- 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)
This page took 0.054194 seconds and 5 git commands to generate.