summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2005-11-16 14:25:08 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2005-11-16 14:25:08 -0200
commit33b4dec1cb44cff41db626960facfe10fa8d4c66 (patch)
tree79b4660dc295219df69aa58ace164ec07e70c1ed /makefile
parent7dd10a1d7e0b6fa44c03060c6ce2d4de64830339 (diff)
downloadlua-33b4dec1cb44cff41db626960facfe10fa8d4c66.tar.gz
lua-33b4dec1cb44cff41db626960facfe10fa8d4c66.tar.bz2
lua-33b4dec1cb44cff41db626960facfe10fa8d4c66.zip
no more "auto-detection"v5.1-beta
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 53cf4ca1..516677d6 100644
--- a/makefile
+++ b/makefile
@@ -29,7 +29,7 @@ MYLIBS=
29 29
30 30
31# enable Linux goodies 31# enable Linux goodies
32MYCFLAGS= $(LOCAL) -DLUA_USE_DLOPEN -DLUA_USE_READLINE 32MYCFLAGS= $(LOCAL) -DLUA_USE_LINUX
33MYLDFLAGS= -Wl,-E 33MYLDFLAGS= -Wl,-E
34MYLIBS= -ldl -lreadline -lhistory -lncurses 34MYLIBS= -ldl -lreadline -lhistory -lncurses
35 35