Skip to content

Commit 72b47aa

Browse files
committed
test: use $(RM)
1 parent 8efece6 commit 72b47aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ all:
1313
$(MKDIR_P) log tmp
1414

1515
clean-local:
16-
rm -rf log tmp
16+
$(RM) -rf log tmp
1717

1818
AUTOMAKE_OPTIONS = dejagnu

0 commit comments

Comments
 (0)