From a3ed2cd3e05973aa46b007713d032d78831a8df8 Mon Sep 17 00:00:00 2001 From: cameronrich Date: Fri, 25 May 2007 06:08:54 +0000 Subject: [PATCH] fix for win32 git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@101 9a5d90b5-6617-0410-8a86-bb477d3ed2e3 --- httpd/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/httpd/Makefile b/httpd/Makefile index 6aedf5f06..7731323e5 100644 --- a/httpd/Makefile +++ b/httpd/Makefile @@ -51,6 +51,8 @@ lua: endif else # win32 build +lua: + TARGET=../$(STAGE)/axhttpd.exe TARGET2=../$(STAGE)/htpasswd.exe