From 1baba26faee067e184b3862aece32f3ce8867b5d Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Tue, 28 Sep 2004 01:14:55 +0000 Subject: [PATCH] remove dangerous clean targets --- test/Makefile.am | 3 --- test/Makefile.lite | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 3d8e6f62..6988d170 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -69,9 +69,6 @@ CLEANFILES = \ $(wildcard *.cmp) \ $(wildcard *.aiff) \ $(wildcard *.wav) \ - $(wildcard ../../test_files/bins/*.raw) \ - $(wildcard ../../test_files/bins/*.flac) \ - $(wildcard ../../test_files/bins/*.cmp) \ $(wildcard *.diff) \ $(wildcard *.log) \ $(wildcard *.cue) \ diff --git a/test/Makefile.lite b/test/Makefile.lite index 8644fbb1..414d845c 100644 --- a/test/Makefile.lite +++ b/test/Makefile.lite @@ -45,4 +45,4 @@ valgrind: all release : all clean: - rm -f *.raw *.flac *.ogg *.cmp *.aiff *.wav ../../test_files/bins/*.raw ../../test_files/bins/*.flac ../../test_files/bins/*.cmp *.diff *.log *.cue core + rm -f *.raw *.flac *.ogg *.cmp *.aiff *.wav *.diff *.log *.cue core