소스 검색

err, need to make sure the wrapper is executed separately

Mike Frysinger 19 년 전
부모
커밋
021614cde5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      test/stat/Makefile

+ 2 - 2
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 ;