replace CLEANFILES with clean-local: target
authorJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 11 Sep 2007 06:29:04 +0000 (06:29 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 11 Sep 2007 06:29:04 +0000 (06:29 +0000)
test/Makefile.am
test/flac-to-flac-metadata-test-files/Makefile.am
test/metaflac-test-files/Makefile.am

index 13dc9cb..bf6e4f4 100644 (file)
@@ -47,15 +47,5 @@ EXTRA_DIST = \
        test_streams.sh \
        test_bins.sh
 
-CLEANFILES = \
-       $(wildcard *.raw) \
-       $(wildcard *.flac) \
-       $(wildcard *.oga) \
-       $(wildcard *.ogg) \
-       $(wildcard *.cmp) \
-       $(wildcard *.aiff) \
-       $(wildcard *.wav) \
-       $(wildcard *.diff) \
-       $(wildcard *.log) \
-       $(wildcard *.cue) \
-       core
+clean-local:
+       -rm -f *.raw *.flac *.oga *.ogg *.cmp *.aiff *.wav *.diff *.log *.cue core
index 9a46784..511a2e2 100644 (file)
@@ -41,5 +41,5 @@ EXTRA_DIST = \
        input-VA.flac \
        input0.cue
 
-CLEANFILES = \
-       $(wildcard out.*)
+clean-local:
+       -rm -f out.*
index ffd6431..03dda7f 100644 (file)
@@ -80,5 +80,5 @@ EXTRA_DIST = \
        case61-expect.meta \
        case62-expect.meta
 
-CLEANFILES = \
-       $(wildcard out.*)
+clean-local:
+       -rm -f out.*