aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.nmake
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2006-03-12 21:45:18 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2006-03-12 21:45:18 +0000
commit4bafab904cc881b14dbabc9aea2f76ef6d1402a9 (patch)
tree456f7fc6555eefc5f1fd4036d40356b804e45a4c /plugins/Makefile.nmake
parent6610672d0c822663c317bf218c824c7ebb852c78 (diff)
This time, should be the good one!
svn path=/trunk/; revision=17607
Diffstat (limited to 'plugins/Makefile.nmake')
-rw-r--r--plugins/Makefile.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Makefile.nmake b/plugins/Makefile.nmake
index c3cb1cc06b..7577fb372f 100644
--- a/plugins/Makefile.nmake
+++ b/plugins/Makefile.nmake
@@ -93,6 +93,7 @@ lua::
!IFDEF LUA_DIR
cd lua
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake init.lua
cd ..
!ENDIF