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 40-46 LUA_T= lua$V Link Here
40
LUA_O=	lua.o
40
LUA_O=	lua.o
41
41
42
LUAC_T= 	luac$V
42
LUAC_T= 	luac$V
43
LUAC_O=	luac.o
43
LUAC_O=	luac.o lcode.o lctype.o ldebug.o ldo.c ldump.o lfunc.o lgc.o llex.o \
44
	lmem.o lopcodes.o lobject.o lparser.o lstate.o lstring.o ltable.o \
45
	ltm.o lundump.o lvm.o lzio.o
44
46
45
ALL_O= $(BASE_O) $(LUA_O) $(LUAC_O)
47
ALL_O= $(BASE_O) $(LUA_O) $(LUAC_O)
46
ALL_T= $(LUA_A) $(LUA_T) $(LUAC_T)
48
ALL_T= $(LUA_A) $(LUA_T) $(LUAC_T)

Return to bug 765712