From: Chris Hanson Date: Tue, 21 Mar 2000 04:22:02 +0000 (+0000) Subject: Change "tags" rule to "TAGS". X-Git-Tag: 20090517-FFI~4187 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f6b6868ed8d496d9867f4e19db3fb026be8af816;p=mit-scheme.git Change "tags" rule to "TAGS". --- diff --git a/v7/src/Makefile.std b/v7/src/Makefile.std index 74d3d417c..f5193a67c 100644 --- a/v7/src/Makefile.std +++ b/v7/src/Makefile.std @@ -1,5 +1,5 @@ # -# $Id: Makefile.std,v 1.1 2000/03/21 02:44:05 cph Exp $ +# $Id: Makefile.std,v 1.2 2000/03/21 04:19:41 cph Exp $ # # Standard Makefile for Scheme subsystem directories. # This makefile supports some utilities for Scheme subsystems. @@ -12,7 +12,7 @@ SHELL = /bin/sh all: echo "No ALL action" -tags: +TAGS: etags *.scm index: diff --git a/v7/src/compiler/Makefile b/v7/src/compiler/Makefile index cb6567c94..1783aa762 100644 --- a/v7/src/compiler/Makefile +++ b/v7/src/compiler/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.10 1992/12/23 13:42:11 cph Exp $ +# $Id: Makefile,v 1.11 2000/03/21 04:20:51 cph Exp $ # # Makefile for Scheme compiler # This makefile supports some utilities for the compiler. @@ -16,7 +16,7 @@ SHELL = /bin/sh all: echo "No ALL action" -tags: +TAGS: etags back/*.scm base/*.scm fggen/*.scm fgopt/*.scm \ machines/*/*.scm rtlbase/*.scm rtlgen/*.scm rtlopt/*.scm diff --git a/v7/src/swat/Makefile b/v7/src/swat/Makefile index 145b70e2c..7365311c5 100644 --- a/v7/src/swat/Makefile +++ b/v7/src/swat/Makefile @@ -1,5 +1,5 @@ ## -## $Id: Makefile,v 1.4 1997/10/07 19:35:48 adams Exp $ +## $Id: Makefile,v 1.5 2000/03/21 04:22:02 cph Exp $ ## ## ## @@ -55,5 +55,5 @@ scheme/compiled: clean: -tags: +TAGS: etags scheme/*.scm c/*.c