summaryrefslogtreecommitdiff
path: root/os2
diff options
context:
space:
mode:
Diffstat (limited to 'os2')
-rw-r--r--os2/Makefile.SHs2
1 files changed, 1 insertions, 1 deletions
diff --git a/os2/Makefile.SHs b/os2/Makefile.SHs
index 6ef04e57d8..33b51b0a3b 100644
--- a/os2/Makefile.SHs
+++ b/os2/Makefile.SHs
@@ -225,7 +225,7 @@ $(aout_static_ext) : $(static_ext) $(dynamic_ext)
$(AOUT_LIBPERL) : $(aout_obj) perl$(AOUT_OBJ_EXT)
rm -f $@
- $(AOUT_AR) rcu $@ perl$(AOUT_OBJ_EXT) $(aout_obj)
+ $(AOUT_AR) rc $@ perl$(AOUT_OBJ_EXT) $(aout_obj)
cp $@ perl$(AOUT_LIB_EXT)
.c$(AOUT_OBJ_EXT):