aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index dddb6f3..3b2ce53 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -237,8 +237,8 @@ CXX_FOR_TARGET = ` \
fi`
AS_FOR_TARGET = ` \
- if [ -f $$r/gas/as.new ] ; then \
- echo $$r/gas/as.new ; \
+ if [ -f $$r/gas/as-new ] ; then \
+ echo $$r/gas/as-new ; \
else \
if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
echo $(AS); \