aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/alpha/t-osf4
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/alpha/t-osf4')
-rw-r--r--gcc/config/alpha/t-osf42
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/alpha/t-osf4 b/gcc/config/alpha/t-osf4
index 97f2cdf41ba..58ce6c2d8d6 100644
--- a/gcc/config/alpha/t-osf4
+++ b/gcc/config/alpha/t-osf4
@@ -19,7 +19,7 @@ SHLIB_LINK = $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) -shared -nodefaultlibs \
-o $(SHLIB_NAME).tmp @multilib_flags@ $(SHLIB_OBJS) -lc && \
rm -f $(SHLIB_SONAME) && \
if [ -f $(SHLIB_NAME) ]; then \
- mv -f $(SHLIB_NAME) $(SHLIB_NAME).`basename $(STAGE_PREFIX)`; \
+ mv -f $(SHLIB_NAME) $(SHLIB_NAME).backup; \
else true; fi && \
mv $(SHLIB_NAME).tmp $(SHLIB_NAME) && \
$(LN_S) $(SHLIB_NAME) $(SHLIB_SONAME)