diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-22 02:59:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-22 02:59:47 +0000 |
commit | 021614cde53e5e2b5be3f7845b4633b8bb124d2d (patch) | |
tree | 9a0ea8f29bdcb2fcceb5e153c688ad810d1c2d7f /test/stat/Makefile | |
parent | 6abefb6e609a26de285609a20c21d63d0cda6c9b (diff) |
err, need to make sure the wrapper is executed separately
Diffstat (limited to 'test/stat/Makefile')
-rw-r--r-- | test/stat/Makefile | 4 |
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 ; |