From 021614cde53e5e2b5be3f7845b4633b8bb124d2d Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
Date: Wed, 22 Feb 2006 02:59:47 +0000
Subject: err, need to make sure the wrapper is executed separately

---
 test/stat/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'test/stat')

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 ;
-- 
cgit v1.2.3