Mercurial > mplayer.hg
changeset 8888:546db4583ad7
remove codec-cfg binary during make distclean (btw, why do we compile it anyway?)
author | alex |
---|---|
date | Sat, 11 Jan 2003 10:35:31 +0000 |
parents | ecc223413c2d |
children | 18427eee9205 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sat Jan 11 10:27:07 2003 +0000 +++ b/Makefile Sat Jan 11 10:35:31 2003 +0000 @@ -103,7 +103,7 @@ # .PHONY: $(COMMON_DEPS) -all: $(ALL_PRG) +all: version.h $(ALL_PRG) .c.o: $(CC) -c $(CFLAGS) -o $@ $< @@ -301,7 +301,7 @@ -rm -f *.o *~ $(OBJS) codecs.conf.h distclean: - -rm -f *~ $(PRG) $(PRG_FIBMAP) $(PRG_MENCODER) $(OBJS) + -rm -f *~ $(PRG) $(PRG_FIBMAP) $(PRG_MENCODER) $(PRG_CFG) $(OBJS) -rm -f *.o *.a .depend configure.log codecs.conf.h @for a in $(PARTS); do $(MAKE) -C $$a distclean; done