diff test/callback_suite/Makefile.generic @ 44:b8f16ad80e34

- more extreme test case configs, as cconvs like armhf can pass a lot of args via registers, and old config didn't test stack usage in those cases
author cslag
date Sat, 19 Dec 2015 16:19:15 +0100
parents 3e629dc19168
children ca36937b4613
line wrap: on
line diff
--- a/test/callback_suite/Makefile.generic	Sat Dec 19 16:01:33 2015 +0100
+++ b/test/callback_suite/Makefile.generic	Sat Dec 19 16:19:15 2015 +0100
@@ -34,10 +34,10 @@
 	${LUA} make-signatures.lua >$@
 
 _auto_invokers.h: _auto_signatures.txt 
-	${LUA} make-invokers.lua <$< >$@
+	${LUA} make-invokers.lua <$> >$@
 
 _auto_sigstrings.h: _auto_signatures.txt
-	${LUA} make-cstrings.lua <$< >$@
+	${LUA} make-cstrings.lua <$> >$@
 
 _auto_config.h: 
 	${LUA} make-config.lua >$@