mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
ranlib cleanup by Dan Christiansen
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12633 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
@@ -16,6 +16,7 @@ CFLAGS = $(OPTFLAGS) -I. -I.. $(EXTRA_INC)
|
||||
|
||||
$(LIBNAME): $(OBJS)
|
||||
$(AR) r $(LIBNAME) $(OBJS)
|
||||
$(RANLIB) $(LIBNAME)
|
||||
|
||||
all: $(LIBNAME)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user