aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index d75404fa..53cf4ca1 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_DL_DLOPEN -DLUA_USE_READLINE 32MYCFLAGS= $(LOCAL) -DLUA_USE_DLOPEN -DLUA_USE_READLINE
33MYLDFLAGS= -Wl,-E 33MYLDFLAGS= -Wl,-E
34MYLIBS= -ldl -lreadline -lhistory -lncurses 34MYLIBS= -ldl -lreadline -lhistory -lncurses
35 35