diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-27 15:55:10 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-27 15:55:10 +0000 |
commit | fcbfe57b79d94ecbaa2abcd79da6545496aa01cc (patch) | |
tree | 2e602fe1d322880f23724c4d8c819b4a806c6dcd /Build/source/texk/web2c/luatexdir | |
parent | 178de0871d690556af74f3768c11bc812b07f347 (diff) |
avoid to split luatex C code
git-svn-id: svn://tug.org/texlive/trunk@12530 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/luatexdir/am/luatex.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/ChangeLog b/Build/source/texk/web2c/luatexdir/ChangeLog index efaac4a9191..e14ca3a191d 100644 --- a/Build/source/texk/web2c/luatexdir/ChangeLog +++ b/Build/source/texk/web2c/luatexdir/ChangeLog @@ -1,3 +1,8 @@ +2009-03-27 Peter Breitenlohner <peb@mppmu.mpg.de> + + * am/luatex.am (luatex_c_h): avoid to split the C code + (from Taco). + 2009-03-27 Taco Hoekwater <taco@luatex.org> * luatexdir: import of the current state of luatex, 0.37.0. diff --git a/Build/source/texk/web2c/luatexdir/am/luatex.am b/Build/source/texk/web2c/luatexdir/am/luatex.am index 9e3a5c69f1b..72b83334526 100644 --- a/Build/source/texk/web2c/luatexdir/am/luatex.am +++ b/Build/source/texk/web2c/luatexdir/am/luatex.am @@ -26,7 +26,7 @@ luatex_DEPENDENCIES = $(proglib) libluatex.a luatex_DEPENDENCIES += $(LIBPNG_DEPEND) $(ZLIB_DEPEND) $(XPDF_DEPEND) luatex_DEPENDENCIES += $(OBSDCOMPAT_DEPEND) libmd5.a -luatex_c_h = luatexini.c luatex0.c luatex1.c luatex2.c luatex3.c luatexcoerce.h luatexd.h +luatex_c_h = luatexini.c luatex0.c luatexcoerce.h luatexd.h nodist_luatex_SOURCES = $(luatex_c_h) luatex-pool.c luatexextra.c luatexdir/luatexextra.h $(luatex_c_h): luatex-web2c luatex-web2c: luatex.p $(web2c_texmf) luatexdir/luatex.defines |