summaryrefslogtreecommitdiff
path: root/tags.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2000-03-19 19:46:34 +0000
committerTom Tromey <tromey@redhat.com>2000-03-19 19:46:34 +0000
commite7b41cd70a8fcfb478e9b0ac46677ccdb11bb7e5 (patch)
tree336ba8bb7afe3a3445da52131d4cf1eaed038b07 /tags.am
parentc337ebdeddaf1358724119909e1a87a7f5e1347c (diff)
downloadautomake-e7b41cd70a8fcfb478e9b0ac46677ccdb11bb7e5.tar.gz
* tags.am: Don't reference $$here. Report from Sven Verdoolaege.
Diffstat (limited to 'tags.am')
-rw-r--r--tags.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tags.am b/tags.am
index 94db7f905..2328a58b2 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)