svn commit: trunk/uClibc/test/stat

vapier at uclibc.org vapier at uclibc.org
Wed Feb 22 02:59:48 UTC 2006


Author: vapier
Date: 2006-02-21 18:59:47 -0800 (Tue, 21 Feb 2006)
New Revision: 14181

Log:
err, need to make sure the wrapper is executed separately

Modified:
   trunk/uClibc/test/stat/Makefile


Changeset:
Modified: trunk/uClibc/test/stat/Makefile
===================================================================
--- trunk/uClibc/test/stat/Makefile	2006-02-22 02:58:05 UTC (rev 14180)
+++ trunk/uClibc/test/stat/Makefile	2006-02-22 02:59:47 UTC (rev 14181)
@@ -12,5 +12,5 @@
 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 ;




More information about the uClibc-cvs mailing list