diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-22 03:07:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-22 03:07:48 +0000 |
commit | 869fedf9ad9917385f0b896b4d92f54742b84172 (patch) | |
tree | 94ecc513b2af5399d7197a3e59a8c3e9f0c302b1 /test | |
parent | a19ec034694de875dbe0fd52d82a981003aa569d (diff) |
blah, use a stable target instead of messing with timestamps on .c files
Diffstat (limited to 'test')
-rw-r--r-- | test/stat/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/test/stat/Makefile b/test/stat/Makefile index e021640fb..1cae70bd1 100644 --- a/test/stat/Makefile +++ b/test/stat/Makefile @@ -8,9 +8,5 @@ CFLAGS_stat64 := -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=6 DODIFF_stat := 1 DODIFF_stat64 := 1 -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 ; +OPTS_stat := Makefile +OPTS_stat64 := Makefile |