Mercurial > mplayer.hg
comparison loader/Makefile @ 21182:b5e20880785f
Remove superfluous suffix rule.
author | diego |
---|---|
date | Sat, 25 Nov 2006 00:08:15 +0000 |
parents | d2a3e5845d17 |
children | 2b2580edbd10 |
comparison
equal
deleted
inserted
replaced
21181:d2a3e5845d17 | 21182:b5e20880785f |
---|---|
19 rm -f *.o *.a *~ | 19 rm -f *.o *.a *~ |
20 | 20 |
21 distclean: clean | 21 distclean: clean |
22 rm -f .depend | 22 rm -f .depend |
23 | 23 |
24 .c.o: | |
25 $(CC) $(CFLAGS) -c $< | |
26 | |
27 libloader.a: $(OBJS) | 24 libloader.a: $(OBJS) |
28 $(AR) -r libloader.a $(OBJS) | 25 $(AR) -r libloader.a $(OBJS) |
29 $(RANLIB) libloader.a | 26 $(RANLIB) libloader.a |
30 | 27 |
31 dep depend: | 28 dep depend: |