Fix typo, WITH_TARGET_WORD_BITSIZE not WITH_TARGET_BITSIZE.
[deliverable/binutils-gdb.git] / sim / testsuite / v850eq-elf / Makefile.in
index 7c91e576c6505a599064e98881785903be7446a5..1cb5c95d9461e72b30a9096de6dc669aed468dea 100644 (file)
@@ -59,15 +59,15 @@ RUNTEST_FOR_TARGET = `\
 
 
 AS_FOR_TARGET = `\
-  if [ -x ../../../gas/as.new ]; then \
-    echo ../../../gas/as.new ; \
+  if [ -x ../../../gas/as-new ]; then \
+    echo ../../../gas/as-new ; \
   else \
     echo $(target_alias)-as ; \
   fi`
 
 LD_FOR_TARGET = `\
-  if [ -x ../../../ld/ld.new ]; then \
-    echo ../../../ld/ld.new ; \
+  if [ -x ../../../ld/ld-new ]; then \
+    echo ../../../ld/ld-new ; \
   else \
     echo $(target_alias)-ld ; \
   fi`
This page took 0.023418 seconds and 4 git commands to generate.