aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
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.in
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.in')
-rw-r--r--ld/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 78561d6..2c6b66b 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -128,7 +128,7 @@ CC_FOR_TARGET = ` \
if [ "@host@" = "@target@" ] ; then \
echo $(CC); \
else \
- echo gcc | sed '$(program_transform_name)'; \
+ echo gcc | sed '$(transform)'; \
fi; \
fi`
@@ -144,7 +144,7 @@ CXX_FOR_TARGET = ` \
if [ "@host@" = "@target@" ] ; then \
echo $(CXX); \
else \
- echo gcc | sed '$(program_transform_name)'; \
+ echo gcc | sed '$(transform)'; \
fi; \
fi`