summaryrefslogtreecommitdiff
path: root/scripts/makefile.mips
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makefile.mips')
-rw-r--r--scripts/makefile.mips4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makefile.mips b/scripts/makefile.mips
index 1f9000b15..c96eb61cb 100644
--- a/scripts/makefile.mips
+++ b/scripts/makefile.mips
@@ -1,5 +1,5 @@
# makefile for libpng
-# Copyright (C) 2020 Cosmin Truta
+# Copyright (C) 2020-2022 Cosmin Truta
# Copyright (C) 1998-2014 Glenn Randers-Pehrson
# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
#
@@ -50,7 +50,7 @@ pnglibconf.h: $(PNGLIBCONF_H_PREBUILT)
$(CP) $(PNGLIBCONF_H_PREBUILT) $@
libpng.a: $(OBJS)
- ar rc $@ $(OBJS)
+ ar rc $@ $(OBJS)
$(RANLIB) $@
pngtest: pngtest.o libpng.a