Correct typo in all simulator configure.in files other than SH: ../bfd
authorJim Wilson <wilson@tuliptree.org>
Wed, 24 May 1995 23:38:06 +0000 (23:38 +0000)
committerJim Wilson <wilson@tuliptree.org>
Wed, 24 May 1995 23:38:06 +0000 (23:38 +0000)
should be ../../bfd.

sim/h8300/configure.in
sim/w65/ChangeLog
sim/w65/configure.in

index 964cd9f82c1d1f0f5afce94aec37680713cdee5e..b43f90ee0a60062952eb7eb912cc61c5de006b43 100644 (file)
@@ -16,7 +16,7 @@ files="../../bfd/hosts/${my_host}.h"
 links="sysdep.h"
 
 if [ ! -f ${srcdir}/${files} ] ; then
-       files=../bfd/hosts/std-host.h
+       files=../../bfd/hosts/std-host.h
        echo "[${srcname} has no specific support for host ${host} -- using std-host]"
 fi
 
index 2abb1a242e086096a0595f1c6f95d9a8d96e6c93..8341cbaef1e9bc49e61d40e3f12474d8e9e309de 100644 (file)
@@ -1,3 +1,7 @@
+Wed May 24 16:31:38 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
+
+       * configure.in: Fix typo in last change.
+
 Mon Mar 27 10:32:34 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
 
        * run.c: parse arguments with getopt().
index 197a71824c0fc849e7676a9707bff5ae75524adb..6fcf14e4fa10a173569e922f9cb70033101c8f53 100755 (executable)
@@ -16,7 +16,7 @@ files="../../bfd/hosts/${my_host}.h"
 links="sysdep.h"
 
 if [ ! -f ${srcdir}/${files} ] ; then
-       files=../bfd/hosts/std-host.h
+       files=../../bfd/hosts/std-host.h
        echo "[${srcname} has no specific support for host ${host} -- using std-host]"
 fi
 
This page took 0.025259 seconds and 4 git commands to generate.