Give the library generation target a more sensible name.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22544 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-13 10:14:05 +00:00
parent 12d6e5b2c0
commit 2f252694a0
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ CFLAGS += -I. -I.. $(OPTFLAGS)
LIBS = $(LIBNAME) $(LIBNAME2)
all: $(LIBS)
libs: $(LIBS)
$(LIBNAME): $(OBJS)
$(LIBNAME2): $(OBJS2)
@ -28,4 +28,4 @@ dep depend:
-include .depend
.PHONY: all clean distclean dep depend
.PHONY: libs clean distclean dep depend