Change tags table to include entries from all machine-specific
authorChris Hanson <org/chris-hanson/cph>
Mon, 24 Jun 1991 20:23:02 +0000 (20:23 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 24 Jun 1991 20:23:02 +0000 (20:23 +0000)
directories.

v7/src/compiler/Makefile

index 0041d7633b128976061730552b395f0f629f077e..20bb61fb2dccd7a6276486ad885b50903c58395f 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/Attic/Makefile,v 1.6 1989/09/29 22:18:36 cph Rel $
+# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/Attic/Makefile,v 1.7 1991/06/24 20:23:02 cph Exp $
 #
 # Makefile for Scheme compiler
 # This makefile supports some utilities for the compiler.
@@ -17,7 +17,8 @@ all:
        echo "No ALL action"
 
 tags:
-       etags $(SOURCES:foo=*.scm)
+       etags back/*.scm base/*.scm fggen/*.scm fgopt/*.scm \
+       machines/*/*.scm rtlbase/*.scm rtlgen/*.scm rtlopt/*.scm
 
 index:
        rm -f INDEX