Remove useless default target.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20627 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-03 10:37:22 +00:00
parent c50e2c8636
commit a622b0de44
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ endif
$(CC) $(CFLAGS) -c -o $@ $<
all: $(LIB).a
default: $(LIB).a
$(LIB).a: $(OBJS)
$(AR) rc $(LIB).a $(OBJS)