aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.am
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-01-31 03:22:45 +0000
committerDoug Evans <dje@google.com>1998-01-31 03:22:45 +0000
commitca7f5c98bd44659463da173bc268ef19a927785c (patch)
tree5f1faa704483a4ffed087251d3642b27a11a58fb /ld/Makefile.am
parent32729d87ddbaf8ef2545321aff7653471af50672 (diff)
downloadgdb-ca7f5c98bd44659463da173bc268ef19a927785c.zip
gdb-ca7f5c98bd44659463da173bc268ef19a927785c.tar.gz
gdb-ca7f5c98bd44659463da173bc268ef19a927785c.tar.bz2
* Makefile.am ({CC,CXX}_FOR_TARGET): Change program_transform_name
to transform. * Makefile.in: Regenerate.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r--ld/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am
index b46e3da..034b66d 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -59,7 +59,7 @@ CC_FOR_TARGET = ` \
if [ "@host@" = "@target@" ] ; then \
echo $(CC); \
else \
- echo gcc | sed '$(program_transform_name)'; \
+ echo gcc | sed '$(transform)'; \
fi; \
fi`
@@ -75,7 +75,7 @@ CXX_FOR_TARGET = ` \
if [ "@host@" = "@target@" ] ; then \
echo $(CXX); \
else \
- echo gcc | sed '$(program_transform_name)'; \
+ echo gcc | sed '$(transform)'; \
fi; \
fi`