OSDN Git Service

Initially set the variable "fixincludes" to a non-file
authorkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Mar 2000 14:19:58 +0000 (14:19 +0000)
committerkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Mar 2000 14:19:58 +0000 (14:19 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32804 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/fixinc/mkfixinc.sh

index 72b5fe9..d40c51e 100644 (file)
@@ -1,3 +1,8 @@
+2000-03-29  Bruce Korb  <bkorb@gnu.org>
+
+       * fixinc/mkfixinc.sh: Initially set the variable "fixincludes"
+       to a non-file
+
 Wed Mar 29 15:08:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
 
        Convert ACCUMULATE_OUTGOING_ARGS to an expression.
index ae0dbbd..7d36a27 100755 (executable)
@@ -10,7 +10,7 @@ fi
 target=../fixinc.sh
 
 echo constructing ${target} for $machine
-fixincludes="${target}"
+fixincludes="${machine}"
 
 case $machine in
        i[34567]86-*-linux-gnu*)