Remove superfluous suffix rule.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21198 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-25 00:08:15 +00:00
parent 739bd0d941
commit 3584246d2d
1 changed files with 0 additions and 3 deletions

View File

@ -21,9 +21,6 @@ clean:
distclean: clean
rm -f .depend
.c.o:
$(CC) $(CFLAGS) -c $<
libloader.a: $(OBJS)
$(AR) -r libloader.a $(OBJS)
$(RANLIB) libloader.a