Change "tags" rule to "TAGS".
authorChris Hanson <org/chris-hanson/cph>
Tue, 21 Mar 2000 04:22:02 +0000 (04:22 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 21 Mar 2000 04:22:02 +0000 (04:22 +0000)
v7/src/Makefile.std
v7/src/compiler/Makefile
v7/src/swat/Makefile

index 74d3d417c23f82e958434d7b2b6f2a779ed77821..f5193a67cc1635a3f252184eb6dc7c0c90361e20 100644 (file)
@@ -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:
index cb6567c940edc56b4e343858fb3f3746d633764c..1783aa7629d5466ef7cb8a7034e99163103caa0d 100644 (file)
@@ -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
 
index 145b70e2c7d3c42f0f923e877e674a97e62abcd3..7365311c5f6930c2c03bfaa3a6e84d63d3086ecc 100644 (file)
@@ -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