diff options
Diffstat (limited to 'Build/source/libs/lua52/Makefile.am')
-rw-r--r-- | Build/source/libs/lua52/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/libs/lua52/Makefile.am b/Build/source/libs/lua52/Makefile.am index c10a3bfbcff..7e287a5d811 100644 --- a/Build/source/libs/lua52/Makefile.am +++ b/Build/source/libs/lua52/Makefile.am @@ -80,6 +80,8 @@ check_PROGRAMS = luatest luatry dist_check_SCRIPTS = lua52.test luaerror.test TESTS = lua52.test luaerror.test endif build +lua52.log: luatest$(EXEEXT) +luaerror.log: luatry$(EXEEXT) luatest_SOURCES = luatest.c |