(memory.h): Fix it also on sysV68.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 13 Feb 1996 23:26:57 +0000 (18:26 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 13 Feb 1996 23:26:57 +0000 (18:26 -0500)
From-SVN: r11270

gcc/fixincludes

index 9ef8566794ee4c53f1acb706da37cb8054f86eed..8a4ba5d8979ab09f3ed2f583e7fb49b38575b97a 100755 (executable)
@@ -1201,8 +1201,9 @@ fi
 # declaration on Sun OS 4.x.  We must only fix this on Sun OS 4.x, because
 # many other systems have similar text but correct versions of the file.
 # To ensure only Sun's is fixed, we grep for a likely unique string.
+# Fix also on sysV68 R3V7.1 (head/memory.h\t50.1\t )
 file=memory.h
-if [ -r $file ] && egrep '/\*  @\(#\)memory\.h 1\.[2-4] 8./../.. SMI; from S5R2 1\.2   \*/' $file > /dev/null; then
+if [ -r $file ] && egrep '/\*  @\(#\)(head/memory.h    50.1     |memory\.h 1\.[2-4] 8./../.. SMI; from S5R2 1\.2       )\*/' $file > /dev/null; then
   if [ ! -r ${LIB}/$file ]; then
     cp $file ${LIB}/$file >/dev/null 2>&1 || echo "Can't copy $file"
     chmod +w ${LIB}/$file 2>/dev/null