add a couple missing ${srcdir}s
authorK. Richard Pixley <rich@cygnus>
Sun, 8 Dec 1991 00:58:43 +0000 (00:58 +0000)
committerK. Richard Pixley <rich@cygnus>
Sun, 8 Dec 1991 00:58:43 +0000 (00:58 +0000)
gdb/configure.in

index e261aab..6ea5ce0 100644 (file)
@@ -283,7 +283,7 @@ if [ ! -f ${srcdir}/config/mt-${gdb_target} ]; then
 fi
 
 if [ -z "${removing}" ] ; then
-       cat config/mh-${gdb_host} config/mt-${gdb_target} | awk '$1 == "#msg" {
+       cat ${srcdir}/config/mh-${gdb_host} ${srcdir}/config/mt-${gdb_target} | awk '$1 == "#msg" {
                print substr($0,6)}'
 fi