diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-28 20:20:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-28 20:20:17 +0000 |
commit | 787597251b534d1c1e4b9d519bcfc10fb3a7e952 (patch) | |
tree | d6b8f704225ddbebdf3ffb672c755fbdb901fa24 /Makeconfig | |
parent | 9987236eb11d4976b5ce23a4c76f6ab2453c9508 (diff) | |
download | glibc-787597251b534d1c1e4b9d519bcfc10fb3a7e952.tar.gz glibc-787597251b534d1c1e4b9d519bcfc10fb3a7e952.tar.xz glibc-787597251b534d1c1e4b9d519bcfc10fb3a7e952.zip |
Update.
* Makeconfig (ETAGS): Remove -T flag.
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig index a2c439e5c6..3a5bf3eb41 100644 --- a/Makeconfig +++ b/Makeconfig @@ -527,7 +527,7 @@ ifndef +mkdep endif # The program that makes Emacs-style TAGS files. -ETAGS := etags -T +ETAGS := etags # The `m4' macro processor; this is used by sysdeps/sparc/Makefile (and # perhaps others) to preprocess assembly code in some cases. |