summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.unix
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-05 08:53:32 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-05 08:53:32 +0000
commit917076ae6747a43be8c90f4b21de5d25a8f69879 (patch)
tree716510193801a9ea725596665e3e23fe6d3712c5 /crawl-ref/source/makefile.unix
parent5871d6f616349dea2a1304307caaa9190fba46a4 (diff)
downloadcrawl-ref-917076ae6747a43be8c90f4b21de5d25a8f69879.tar.gz
crawl-ref-917076ae6747a43be8c90f4b21de5d25a8f69879.zip
Removed unnecessary conditional that may cause issues building Lua.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2333 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/makefile.unix')
-rw-r--r--crawl-ref/source/makefile.unix3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/makefile.unix b/crawl-ref/source/makefile.unix
index 1df5f96ba7..88ad4ed4eb 100644
--- a/crawl-ref/source/makefile.unix
+++ b/crawl-ref/source/makefile.unix
@@ -74,10 +74,7 @@ INCLUDES = -I/usr/include/ncurses
LIBCURS = ncurses
endif
-ifeq ($(LUASRC),)
LUASRC := util/lua/src
-endif
-
LUALIB = lua
LUALIBA = l$(LUALIB).a