Mercurial > mplayer.hg
comparison loader/Makefile @ 21179:10f8f9918ec9
Remove .depend on distclean.
author | diego |
---|---|
date | Fri, 24 Nov 2006 20:20:26 +0000 |
parents | c9ac2772aa2e |
children | d2a3e5845d17 |
comparison
equal
deleted
inserted
replaced
21178:c9ac2772aa2e | 21179:10f8f9918ec9 |
---|---|
16 | 16 |
17 clean: | 17 clean: |
18 rm -f *.o *.a *~ | 18 rm -f *.o *.a *~ |
19 | 19 |
20 distclean: clean | 20 distclean: clean |
21 rm -f .depend | |
21 | 22 |
22 .c.o: | 23 .c.o: |
23 $(CC) $(CFLAGS) -c $< | 24 $(CC) $(CFLAGS) -c $< |
24 | 25 |
25 libloader.a: $(OBJS) stubs.s | 26 libloader.a: $(OBJS) stubs.s |