OSDN Git Service

err, need to make sure the wrapper is executed separately
authorMike Frysinger <vapier@gentoo.org>
Wed, 22 Feb 2006 02:59:47 +0000 (02:59 -0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 22 Feb 2006 02:59:47 +0000 (02:59 -0000)
test/stat/Makefile

index 55e273a..e021640 100644 (file)
@@ -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 ;