summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1995-01-07 16:59:15 +0000
committerRoland McGrath <roland@redhat.com>1995-01-07 16:59:15 +0000
commit11ca7f1ead801996369d96ce7631b3f385dedbc3 (patch)
treef556c5c17b67e16f4d2009ef11549260ee8895a6
parent4aa992616f7c42657c5b7a35f65d86131cc5ec3e (diff)
downloadgunmake-11ca7f1ead801996369d96ce7631b3f385dedbc3.tar.gz
(ETAGS, CTAGS): Don't use -t.
-rw-r--r--compatMakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/compatMakefile b/compatMakefile
index af47ca9..de2c8fc 100644
--- a/compatMakefile
+++ b/compatMakefile
@@ -1,7 +1,7 @@
# NOTE: If you have no `make' program at all to process this makefile, run
# `build.sh' instead.
#
-# Copyright (C) 1988, 89, 91, 92, 93, 94 Free Software Foundation, Inc.
+# Copyright (C) 1988, 89, 91, 92, 93, 94, 1995 Free Software Foundation, Inc.
# This file is part of GNU Make.
#
# GNU Make is free software; you can redistribute it and/or modify
@@ -117,8 +117,8 @@ MAKEINFO = makeinfo
TEXI2DVI = texi2dvi
# Programs to make tags files.
-ETAGS = etags -tw
-CTAGS = ctags -tw
+ETAGS = etags -w
+CTAGS = ctags -w
objs = commands.o job.o dir.o file.o misc.o main.o read.o remake.o \
rule.o implicit.o default.o variable.o expand.o function.o \