aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2009-01-29 00:16:32 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2009-01-29 00:16:32 -0500
commit0881a41eb49676daf56a6e403d453d42d7563ccc (patch)
tree396e983ba3065c7eb3f0f37d843660119496ef42 /src
parente4094b6b4f711427285d3530ce5b77467c7f7cdc (diff)
downloadtextadept-0881a41eb49676daf56a6e403d453d42d7563ccc.tar.gz
textadept-0881a41eb49676daf56a6e403d453d42d7563ccc.zip
Fixed src/Makefile for compiling Lua.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index d2951e6d..22f299ad 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -31,7 +31,7 @@ all: textadept
.c.o:
g++ $(GTKFLAGS) $(INCLUDEDIRS) $(CXXFLAGS) -c $< -o $@
$(LUA_OBJS): lua/src/*.c
- gcc $(INCLUDEDIRS) -DLUA_USE_POSIX $(CXXTFLAGS) -c lua/src/*.c
+ gcc $(INCLUDEDIRS) -DLUA_USE_LINUX $(CXXFLAGS) -c lua/src/*.c
textadept:\
textadept.o lua_interface.o $(LUA_OBJS) \
scintilla-st/gtk/LexLPeg.o scintilla-st/bin/scintilla.a