[Mplayer-cvslog] CVS: main Makefile,1.241,1.242
Alex Beregszaszi
alex at mplayerhq.hu
Sat Jan 11 11:35:34 CET 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv12905
Modified Files:
Makefile
Log Message:
remove codec-cfg binary during make distclean (btw, why do we compile it anyway?)
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.241
retrieving revision 1.242
diff -u -r1.241 -r1.242
--- Makefile 27 Dec 2002 16:02:44 -0000 1.241
+++ Makefile 11 Jan 2003 10:35:31 -0000 1.242
@@ -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
More information about the MPlayer-cvslog
mailing list