* Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.

This commit is contained in:
Ian Lance Taylor 1997-08-05 19:37:57 +00:00
parent 3cf125fcee
commit 0e25edcacc
2 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,7 @@
Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com> 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 * ylwrap: If the program is a relative path, force it to be
absolute. absolute.

View file

@ -182,7 +182,7 @@ CC_FOR_TARGET = ` \
if [ -f $$r/gcc/xgcc ] ; then \ if [ -f $$r/gcc/xgcc ] ; then \
if [ -f $$r/$(TARGET_SUBDIR)/newlib/Makefile ] ; then \ if [ -f $$r/$(TARGET_SUBDIR)/newlib/Makefile ] ; then \
if [ -f $$r/$(TARGET_SUBDIR)/winsup/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 \ else \
echo $$r/gcc/xgcc -B$$r/gcc/ -idirafter $$r/$(TARGET_SUBDIR)/newlib/targ-include -idirafter $$s/newlib/libc/include -nostdinc; \ echo $$r/gcc/xgcc -B$$r/gcc/ -idirafter $$r/$(TARGET_SUBDIR)/newlib/targ-include -idirafter $$s/newlib/libc/include -nostdinc; \
fi; \ fi; \
@ -303,8 +303,8 @@ RANLIB_FOR_TARGET = ` \
fi` fi`
NM_FOR_TARGET = ` \ NM_FOR_TARGET = ` \
if [ -f $$r/binutils/nm.new ] ; then \ if [ -f $$r/binutils/nm-new ] ; then \
echo $$r/binutils/nm.new ; \ echo $$r/binutils/nm-new ; \
else \ else \
if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \ if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
echo $(NM); \ echo $(NM); \