aboutsummaryrefslogtreecommitdiff
path: root/binutils/Makefile.in
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-01-31 03:30:32 +0000
committerDoug Evans <dje@google.com>1998-01-31 03:30:32 +0000
commit2aff49dd48e83a34fef4fe6260e7e4a96fa28e43 (patch)
tree6d77fde05e0d1fee4393102fea115cfa3dfcf962 /binutils/Makefile.in
parentca7f5c98bd44659463da173bc268ef19a927785c (diff)
downloadgdb-2aff49dd48e83a34fef4fe6260e7e4a96fa28e43.zip
gdb-2aff49dd48e83a34fef4fe6260e7e4a96fa28e43.tar.gz
gdb-2aff49dd48e83a34fef4fe6260e7e4a96fa28e43.tar.bz2
* Makefile.am (CC_FOR_TARGET,nlmcomv.o): Change program_transform_name
to transform. * Makefile.in: Regenerate.
Diffstat (limited to 'binutils/Makefile.in')
-rw-r--r--binutils/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index b450442..167d276 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -181,7 +181,7 @@ CC_FOR_TARGET = ` \
if [ "@host@" = "@target@" ] ; then \
echo $(CC); \
else \
- echo gcc | sed '$(program_transform_name)'; \
+ echo gcc | sed '$(transform)'; \
fi; \
fi`
@@ -952,7 +952,7 @@ dlltool.o:dlltool.c
# coff/sym.h and coff/ecoff.h won't be found by the automatic dependency
# scripts, since they are only included conditionally.
nlmconv.o: nlmconv.c $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
- ldname=`echo ld | sed '$(program_transform_name)'`; \
+ ldname=`echo ld | sed '$(transform)'`; \
$(COMPILE) -c -DLD_NAME="\"$${ldname}\"" @NLMCONV_DEFS@ $(srcdir)/nlmconv.c
# Targets to rebuild dependencies in this Makefile.