summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/stat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/stat/Makefile b/test/stat/Makefile
index 55e273a7c..e021640fb 100644
--- a/test/stat/Makefile
+++ b/test/stat/Makefile
@@ -12,5 +12,5 @@ OPTS_stat := stat.c
OPTS_stat64 := stat64.c
# make sure the change in atime doesn't screw us up
-WRAPPER_stat := touch -r . stat.c
-WRAPPER_stat64 := touch -r . stat64.c
+WRAPPER_stat := touch -r . stat.c ;
+WRAPPER_stat64 := touch -r . stat64.c ;