# HG changeset patch # User diego # Date 1174748637 0 # Node ID afb7111123bbc8e37166681eb03da3fefaab820a # Parent 96f0c2cd4538bcd414346c5a0fee436533391bd7 Move test program removal on distclean to mpcommon.mak. diff -r 96f0c2cd4538 -r afb7111123bb liba52/Makefile --- a/liba52/Makefile Sat Mar 24 14:40:16 2007 +0000 +++ b/liba52/Makefile Sat Mar 24 15:03:57 2007 +0000 @@ -14,6 +14,3 @@ test: test.c ../osdep/libosdep.a $(LIBNAME_COMMON) $(CC) $(CFLAGS) -o $@ $^ -lm - -distclean:: - rm -f test diff -r 96f0c2cd4538 -r afb7111123bb libdha/Makefile --- a/libdha/Makefile Sat Mar 24 14:40:16 2007 +0000 +++ b/libdha/Makefile Sat Mar 24 15:03:57 2007 +0000 @@ -36,9 +36,6 @@ clean:: rm -f *.so *.so.* pci_*.c pci_*.h pci.db -distclean:: - rm -f test - dep depend:: pci_names.c install: diff -r 96f0c2cd4538 -r afb7111123bb mp3lib/Makefile --- a/mp3lib/Makefile Sat Mar 24 14:40:16 2007 +0000 +++ b/mp3lib/Makefile Sat Mar 24 15:03:57 2007 +0000 @@ -18,6 +18,3 @@ %: %.c $(LIBNAME_COMMON) ../libvo/aclib.o ../mp_msg-mencoder.o ../cpudetect.o ../osdep/getch2.o $(CC) $(CFLAGS) -o $@ $^ -ltermcap -lm - -distclean:: - rm -f test test2 diff -r 96f0c2cd4538 -r afb7111123bb mpcommon.mak --- a/mpcommon.mak Sat Mar 24 14:40:16 2007 +0000 +++ b/mpcommon.mak Sat Mar 24 15:03:57 2007 +0000 @@ -28,7 +28,7 @@ rm -f *.o *.a *~ distclean:: clean - rm -f .depend + rm -f .depend test test2 dep depend:: $(CC) -MM $(CFLAGS) $(SRCS_COMMON) $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend