1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-05 22:52:18 +00:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21244 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-25 18:45:03 +00:00
parent 9b56c962e7
commit 7cce9019a7

View File

@ -324,12 +324,12 @@ CFLAGS = -I. -I.. \
all: $(LIBS)
$(LIBNAME): $(OBJS)
$(AR) r $(LIBNAME) $(OBJS)
$(RANLIB) $(LIBNAME)
$(AR) r $@ $^
$(RANLIB) $@
$(LIBNAME2): $(OBJS2)
$(AR) r $(LIBNAME2) $(OBJS2)
$(RANLIB) $(LIBNAME2)
$(AR) r $@ $^
$(RANLIB) $@
clean:
rm -f *.o *.a *~