summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-14 13:20:45 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-14 13:20:45 +0000
commit9faef3ac1dbd6669b9679f67b6de5a16b34dae12 (patch)
treed449ae77df526e71bdae9d9559d899bb521c716d /crawl-ref/source/util
parent926c8ad88a5cce707fe1025f3551aa1c03318b32 (diff)
downloadcrawl-ref-9faef3ac1dbd6669b9679f67b6de5a16b34dae12.tar.gz
crawl-ref-9faef3ac1dbd6669b9679f67b6de5a16b34dae12.zip
Lua makefile was not using ranlib, fixed.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1306 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/util')
-rw-r--r--crawl-ref/source/util/lua/src/Makefile1
-rw-r--r--crawl-ref/source/util/lua/src/liblua.abin203488 -> 0 bytes
2 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/util/lua/src/Makefile b/crawl-ref/source/util/lua/src/Makefile
index 867d4a485d..2cb4823405 100644
--- a/crawl-ref/source/util/lua/src/Makefile
+++ b/crawl-ref/source/util/lua/src/Makefile
@@ -117,7 +117,6 @@ mingw:
crawl_unix:
$(MAKE) "LUA_A=liblua.a" \
- "RANLIB=strip --strip-unneeded" \
"MYCFLAGS=" "MYLIBS=" "MYLDFLAGS=" liblua.a
crawl_mingw: crawl_unix
diff --git a/crawl-ref/source/util/lua/src/liblua.a b/crawl-ref/source/util/lua/src/liblua.a
deleted file mode 100644
index df9c4ffd7d..0000000000
--- a/crawl-ref/source/util/lua/src/liblua.a
+++ /dev/null
Binary files differ