Skip to content

Commit e6108bb

Browse files
committed
drop ranlib argument
1 parent f2c8d24 commit e6108bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.linux

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ $(COBJS): %.o: %.c
287287
$(LIB): $(OBJS) $(COBJS)
288288

289289
all: $(LIB)
290-
ranlib -c $(SLIB)
290+
ranlib $(SLIB)
291291

292292
install: $(LIB)
293293
install $(LIB) /usr/local/lib

0 commit comments

Comments
 (0)