Avoid GNU make extension $(RM) in makefiles.
[pspp-builds.git] / tests / automake.mk
index 7fb70931514f518b375a46a7523d3fa76fc1cfa1..0e13a3877e798287797c6f43c0816f9b48c571d2 100644 (file)
@@ -212,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