Fixed regression of $Id$ to "from: $Header$" in previous commit.

The `from:' was already corrupted by expansion of $Header$ in in
rev.1.1; rev.1.2 replaced it by $Id$.  Put $Id$ in the usual place
this time.
This commit is contained in:
Bruce Evans 1999-07-03 06:48:02 +00:00
parent 789fb7ccdc
commit c04bb6a0e4

View File

@ -32,13 +32,12 @@
# SUCH DAMAGE.
#
# @(#)systags.sh 8.1 (Berkeley) 6/10/93
# $Id$
#
# systags.sh - construct a system tags file using dependence relations
# in a .depend file
#
# First written May 16, 1992 by Van Jacobson, Lawrence Berkeley Laboratory.
#
# from: $Header: systags.sh,v 1.3 96/08/08 20:23:13 leres Exp $
rm -f tags tags.tmp tags.cfiles tags.sfiles tags.hfiles
MACHINE=`uname -m`