* Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
authorIan Lance Taylor <ian@airs.com>
Tue, 5 Aug 1997 19:37:57 +0000 (19:37 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 5 Aug 1997 19:37:57 +0000 (19:37 +0000)
ChangeLog
Makefile.in

index 99c8fc7..b0f9a8b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
 
+       * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
+
        * ylwrap: If the program is a relative path, force it to be
        absolute.
 
index 29eccd4..dddb6f3 100644 (file)
@@ -182,7 +182,7 @@ CC_FOR_TARGET = ` \
   if [ -f $$r/gcc/xgcc ] ; then \
     if [ -f $$r/$(TARGET_SUBDIR)/newlib/Makefile ] ; then \
       if [ -f $$r/$(TARGET_SUBDIR)/winsup/Makefile ] ; then \
-        echo $$r/gcc/xgcc -B$$r/gcc/ -B$$r/newlib/ -L$$r/winsup -idirafter $$r/$(TARGET_SUBDIR)/newlib/targ-include -idirafter $$s/newlib/libc/include -nostdinc; \
+        echo $$r/gcc/xgcc -B$$r/gcc/ -B$$r/newlib/ -L$$r/$(TARGET_SUBDIR)/winsup -idirafter $$r/$(TARGET_SUBDIR)/newlib/targ-include -idirafter $$s/newlib/libc/include -nostdinc; \
       else \
         echo $$r/gcc/xgcc -B$$r/gcc/ -idirafter $$r/$(TARGET_SUBDIR)/newlib/targ-include -idirafter $$s/newlib/libc/include -nostdinc; \
       fi; \
@@ -303,8 +303,8 @@ RANLIB_FOR_TARGET = ` \
   fi`
 
 NM_FOR_TARGET = ` \
-  if [ -f $$r/binutils/nm.new ] ; then \
-    echo $$r/binutils/nm.new ; \
+  if [ -f $$r/binutils/nm-new ] ; then \
+    echo $$r/binutils/nm-new ; \
   else \
     if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
       echo $(NM); \