Avoid GNU make extension $(RM) in makefiles.
[pspp-builds.git] / tests / automake.mk
index 9d76bc99ee92b6bbff4f6329a51e2f61b5c5b7cf..0e13a3877e798287797c6f43c0816f9b48c571d2 100644 (file)
@@ -16,6 +16,7 @@ dist_TESTS = \
        tests/command/beg-data.sh \
        tests/command/bignum.sh \
        tests/command/count.sh \
+       tests/command/correlation.sh \
        tests/command/data-list.sh \
        tests/command/do-if.sh \
        tests/command/do-repeat.sh \
@@ -211,7 +212,7 @@ tests_data_datasheet_test_CFLAGS = $(AM_CFLAGS)
 # This seems to be necessary as the libtool artifacts aren't removed
 # Automake bug ?
 tests_data_datasheet_test_CLEAN:
-       $(RM) -r tests/data
+       rm -fr tests/data
 
 CLEAN_LOCAL += tests_data_datasheet_test_CLEAN