diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2013-04-15 11:13:38 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2013-04-15 11:13:38 -0300 |
| commit | 24689927f2ef4d5bfe9f0d7deff08504eb31f81e (patch) | |
| tree | 8158a39234918294513fae86ea6fae58f6a0873d /makefile | |
| parent | 8f8665fffad817d764ce03a53385f2ee08cb0a91 (diff) | |
| download | lua-24689927f2ef4d5bfe9f0d7deff08504eb31f81e.tar.gz lua-24689927f2ef4d5bfe9f0d7deff08504eb31f81e.tar.bz2 lua-24689927f2ef4d5bfe9f0d7deff08504eb31f81e.zip | |
dependencies updated (with 'gcc -MM')
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -131,7 +131,7 @@ lbaselib.o: lbaselib.c lua.h luaconf.h lauxlib.h lualib.h | |||
| 131 | lbitlib.o: lbitlib.c lua.h luaconf.h lauxlib.h lualib.h | 131 | lbitlib.o: lbitlib.c lua.h luaconf.h lauxlib.h lualib.h |
| 132 | lcode.o: lcode.c lua.h luaconf.h lcode.h llex.h lobject.h llimits.h \ | 132 | lcode.o: lcode.c lua.h luaconf.h lcode.h llex.h lobject.h llimits.h \ |
| 133 | lzio.h lmem.h lopcodes.h lparser.h ldebug.h lstate.h ltm.h ldo.h lgc.h \ | 133 | lzio.h lmem.h lopcodes.h lparser.h ldebug.h lstate.h ltm.h ldo.h lgc.h \ |
| 134 | lstring.h ltable.h | 134 | lstring.h ltable.h lvm.h |
| 135 | lcorolib.o: lcorolib.c lua.h luaconf.h lauxlib.h lualib.h | 135 | lcorolib.o: lcorolib.c lua.h luaconf.h lauxlib.h lualib.h |
| 136 | lctype.o: lctype.c lctype.h lua.h luaconf.h llimits.h | 136 | lctype.o: lctype.c lctype.h lua.h luaconf.h llimits.h |
| 137 | ldblib.o: ldblib.c lua.h luaconf.h lauxlib.h lualib.h | 137 | ldblib.o: ldblib.c lua.h luaconf.h lauxlib.h lualib.h |
| @@ -169,7 +169,7 @@ lstring.o: lstring.c lua.h luaconf.h lmem.h llimits.h lobject.h lstate.h \ | |||
| 169 | ltm.h lzio.h lstring.h lgc.h | 169 | ltm.h lzio.h lstring.h lgc.h |
| 170 | lstrlib.o: lstrlib.c lua.h luaconf.h lauxlib.h lualib.h | 170 | lstrlib.o: lstrlib.c lua.h luaconf.h lauxlib.h lualib.h |
| 171 | ltable.o: ltable.c lua.h luaconf.h ldebug.h lstate.h lobject.h llimits.h \ | 171 | ltable.o: ltable.c lua.h luaconf.h ldebug.h lstate.h lobject.h llimits.h \ |
| 172 | ltm.h lzio.h lmem.h ldo.h lgc.h lstring.h ltable.h | 172 | ltm.h lzio.h lmem.h ldo.h lgc.h lstring.h ltable.h lvm.h |
| 173 | ltablib.o: ltablib.c lua.h luaconf.h lauxlib.h lualib.h | 173 | ltablib.o: ltablib.c lua.h luaconf.h lauxlib.h lualib.h |
| 174 | ltests.o: ltests.c lua.h luaconf.h lapi.h llimits.h lstate.h lobject.h \ | 174 | ltests.o: ltests.c lua.h luaconf.h lapi.h llimits.h lstate.h lobject.h \ |
| 175 | ltm.h lzio.h lmem.h lauxlib.h lcode.h llex.h lopcodes.h lparser.h \ | 175 | ltm.h lzio.h lmem.h lauxlib.h lcode.h llex.h lopcodes.h lparser.h \ |
