Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 765712 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/Makefile (-1 / +3 lines)
Lines 33-39 LUA_T= lua Link Here
33
LUA_O=	lua.o
33
LUA_O=	lua.o
34
34
35
LUAC_T=	luac
35
LUAC_T=	luac
36
LUAC_O=	luac.o print.o
36
LUAC_O=	luac.o lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o \
37
	lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o \
38
	ltm.o lundump.o lvm.o lzio.o print.o
37
39
38
ALL_O= $(CORE_O) $(LIB_O) $(LUA_O) $(LUAC_O)
40
ALL_O= $(CORE_O) $(LIB_O) $(LUA_O) $(LUAC_O)
39
ALL_T= $(LUA_A) $(LUA_T) $(LUAC_T)
41
ALL_T= $(LUA_A) $(LUA_T) $(LUAC_T)

Return to bug 765712