Browse Source

Changed Header into Id

ceriel 30 years ago
parent
commit
24741f9c69
8 changed files with 8 additions and 8 deletions
  1. 1 1
      bin/cc-and-mkdep.ack
  2. 1 1
      bin/cc-and-mkdep.all
  3. 1 1
      bin/cc-and-mkdep.sun
  4. 1 1
      bin/do_deps
  5. 1 1
      bin/do_resolve
  6. 1 1
      bin/lint-lib.ack
  7. 1 1
      bin/lint-lib.unix
  8. 1 1
      bin/rm_deps

+ 1 - 1
bin/cc-and-mkdep.ack

@@ -1,4 +1,4 @@
-: '$Header$'
+: '$Id$'
 
 : Compile and make dependencies. First argument is the file on which the
 : dependencies must be produced. This version is for ACK.

+ 1 - 1
bin/cc-and-mkdep.all

@@ -1,4 +1,4 @@
-: '$Header$'
+: '$Id$'
 
 : Compile and make dependencies. First argument is the file on which the
 : dependencies must be produced. This version is a generic one that should

+ 1 - 1
bin/cc-and-mkdep.sun

@@ -1,4 +1,4 @@
-: '$Header$'
+: '$Id$'
 
 : Compile and make dependencies. First argument is the file on which the
 : dependencies must be produced. This version is for the SUN cc.

+ 1 - 1
bin/do_deps

@@ -1,4 +1,4 @@
-: '$Header$'
+: '$Id$'
 
 : Produce dependencies for all argument files
 

+ 1 - 1
bin/do_resolve

@@ -1,4 +1,4 @@
-: '$Header$'
+: '$Id$'
 
 : Resolve name clashes in the files on the argument list. If these
 : files reside in another directory, a copy is made in the current

+ 1 - 1
bin/lint-lib.ack

@@ -1,4 +1,4 @@
-: '$Header$'
+: '$Id$'
 
 : Create a lint library file. The name of the library file is constructed
 : from the first argument. The second argument indicates the directory where

+ 1 - 1
bin/lint-lib.unix

@@ -1,4 +1,4 @@
-: '$Header$'
+: '$Id$'
 
 : Create a lint library file. The name of the library file is constructed
 : from the first argument. The second argument indicates the directory where

+ 1 - 1
bin/rm_deps

@@ -1,4 +1,4 @@
-: $Header$
+: $Id$
 
 : remove dependencies from a makefile, write result on standard output.
 : we cannot do this directly in a makefile because some make versions