commit | 5b5dcf8b88d2fa385d36ac0caac73e6ffa9e93e4 | [log] [tgz] |
---|---|---|
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | Sat Jul 17 22:45:44 2004 -0500 |
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | Mon Apr 06 16:07:38 2009 -0500 |
tree | 4857e88604592e70aac59c20c5fa620f73343c92 | |
parent | 761bf9f06f3c544e6fb6ed46f3b08a363cf19b81 [diff] [blame] |
Imported from libpng-1.2.6beta3.tar
diff --git a/scripts/makefile.mips b/scripts/makefile.mips index 4501d1e..f1a557d 100644 --- a/scripts/makefile.mips +++ b/scripts/makefile.mips
@@ -19,8 +19,6 @@ DESTDIR= CC=cc -AR=ar -ARFLAGS=rc CFLAGS=-I../zlib -O -systype sysv -DSYSV -w -Dmips #CFLAGS=-O LDFLAGS=-L. -L../zlib/ -lpng -lz -lm @@ -35,7 +33,7 @@ all: libpng.a pngtest libpng.a: $(OBJS) - $(AR) $(ARFLAGS) $@ $(OBJS) + ar rc $@ $(OBJS) $(RANLIB) $@ pngtest: pngtest.o libpng.a