summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--liba52/Makefile3
-rw-r--r--libdha/Makefile3
-rw-r--r--mp3lib/Makefile3
-rw-r--r--mpcommon.mak2
4 files changed, 1 insertions, 10 deletions
diff --git a/liba52/Makefile b/liba52/Makefile
index a60806ce2a..2f1e5128ad 100644
--- a/liba52/Makefile
+++ b/liba52/Makefile
@@ -14,6 +14,3 @@ include ../mpcommon.mak
test: test.c ../osdep/libosdep.a $(LIBNAME_COMMON)
$(CC) $(CFLAGS) -o $@ $^ -lm
-
-distclean::
- rm -f test
diff --git a/libdha/Makefile b/libdha/Makefile
index 3120690878..80e94cc663 100644
--- a/libdha/Makefile
+++ b/libdha/Makefile
@@ -36,9 +36,6 @@ test: pci.o
clean::
rm -f *.so *.so.* pci_*.c pci_*.h pci.db
-distclean::
- rm -f test
-
dep depend:: pci_names.c
install:
diff --git a/mp3lib/Makefile b/mp3lib/Makefile
index 221b5ee9cc..fafc5872a4 100644
--- a/mp3lib/Makefile
+++ b/mp3lib/Makefile
@@ -18,6 +18,3 @@ decode_i586.o: CFLAGS += -fomit-frame-pointer
%: %.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 --git a/mpcommon.mak b/mpcommon.mak
index cb8699b2a8..71b7c29a5a 100644
--- a/mpcommon.mak
+++ b/mpcommon.mak
@@ -28,7 +28,7 @@ clean::
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