inclhack.tpl: insert spaces between `sed -e' and '...' Reported by Kaveh R.
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Sat, 3 Apr 1999 12:19:19 +0000 (12:19 +0000)
committerAlexandre Oliva <oliva@gcc.gnu.org>
Sat, 3 Apr 1999 12:19:19 +0000 (12:19 +0000)
* inclhack.tpl: insert spaces between `sed -e' and '...'
Reported by Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* fixinc/fixincl.sh, fixinc/fixincl.x, fixinc/inclhack.sh: regen

From-SVN: r26155

gcc/ChangeLog
gcc/fixinc/fixincl.sh
gcc/fixinc/fixincl.x
gcc/fixinc/inclhack.sh
gcc/fixinc/inclhack.tpl

index 84826a215f7e5c5b9f9031b313d7000733481e21..cf2b972118c021c2991797a8687ffa11e6b86af5 100644 (file)
@@ -1,3 +1,9 @@
+Sat Apr  3 17:05:13 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * inclhack.tpl: insert spaces between `sed -e' and '...'
+       Reported by Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+       * fixinc/fixincl.sh, fixinc/fixincl.x, fixinc/inclhack.sh: regen 
+       
 Sat Apr  3 14:54:46 1999  Craig Burley  <craig@jcb-sc.com>
 
        * tree.def (BLOCK): Fix typo in comment.
index 6efbb9e45a1e74aad59f83500eea1522f4965383..18f6fc2d92d779515ddb911a1b170fec0d83902a 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # DO NOT EDIT THIS FILE   (fixincl.sh)
 # 
-# It has been autogen-ed  Friday April  2, 1999 at 11:01:59 AM PST
+# It has been autogen-ed  Saturday April  3, 1999 at 05:12:04 PM EST
 # From the definitions    inclhack.def
 # and the template file   inclhack.tpl
 #
@@ -349,7 +349,7 @@ while [ $# != 0 ]; do
   else
     find ${FIND_BASE}/. -type f -print
   fi | \
-    sed -e's;/\./;/;g' -e's;//*;/;g' | \
+    sed -e 's;/\./;/;g' -e 's;//*;/;g' | \
     ${FIXINCL}`"
 done
 
index de3441c0587ba99bbafa0a3ef2613b7f791aa0fc..64cd607b81ca35544214fe7e383634773e3685a9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * DO NOT EDIT THIS FILE   (fixincl.x)
  * 
- * It has been autogen-ed  Friday April  2, 1999 at 11:01:59 AM PST
+ * It has been autogen-ed  Saturday April  3, 1999 at 05:12:03 PM EST
  * From the definitions    inclhack.def
  * and the template file   fixincl.tpl
  *
index 9c4ee402dd01d4f2f5d37aecb851b1e1bc3648be..63a618d35cd78ee6f956f84335efe24d028476c7 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # DO NOT EDIT THIS FILE   (inclhack.sh)
 # 
-# It has been autogen-ed  Friday April  2, 1999 at 11:01:59 AM PST
+# It has been autogen-ed  Saturday April  3, 1999 at 05:12:01 PM EST
 # From the definitions    inclhack.def
 # and the template file   inclhack.tpl
 #
@@ -347,7 +347,7 @@ while [ $# != 0 ]; do
   else
     find ${FIND_BASE}/. -type f -print
   fi | \
-    sed -e's;/\./;/;g' -e's;//*;/;g' `
+    sed -e 's;/\./;/;g' -e 's;//*;/;g' `
 
   echo Checking header files
   for file in $files; do
index 7a30402f78613721db25338a3f14957e25b9f307..ef490f01bbe2f8f323acb82abf381e362c46f38c 100644 (file)
@@ -338,7 +338,7 @@ _IF PROGRAM _env ! =]
   else
     find ${FIND_BASE}/. -type f -print
   fi | \
-    sed -e's;/\./;/;g' -e's;//*;/;g' `
+    sed -e 's;/\./;/;g' -e 's;//*;/;g' `
 [=
 
     _include hackshell =][=
@@ -351,7 +351,7 @@ _IF PROGRAM _env ! =]
   else
     find ${FIND_BASE}/. -type f -print
   fi | \
-    sed -e's;/\./;/;g' -e's;//*;/;g' | \
+    sed -e 's;/\./;/;g' -e 's;//*;/;g' | \
     ${FIXINCL}`"[=