diff options
author | Vladimir Volovich <vvv@vsu.ru> | 2008-05-26 09:56:58 +0000 |
---|---|---|
committer | Vladimir Volovich <vvv@vsu.ru> | 2008-05-26 09:56:58 +0000 |
commit | d233d3b8f65e431989a1c4fda4b0a828a6fc22d6 (patch) | |
tree | 345c63995bbd71d26b7970b758913644b1340d80 /Build | |
parent | f3c03b631382b9331ea7292aa1a637204ab70001 (diff) |
minor fix - make the (part of the) build work not only when the build directory is a sub-directory of the source directory.
luatex build is still not working in this case, but this is a small step to solve the problem.
git-svn-id: svn://tug.org/texlive/trunk@8356 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/depend.mk | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/Build/source/texk/web2c/luatexdir/depend.mk b/Build/source/texk/web2c/luatexdir/depend.mk index e33bb484923..4f456e24899 100644 --- a/Build/source/texk/web2c/luatexdir/depend.mk +++ b/Build/source/texk/web2c/luatexdir/depend.mk @@ -1,10 +1,3 @@ lua/mp.o: lua/mp.c mplib.h mpmp.h mppsout.h -lua/psout.o: lua/psout.c ../../../../texk/web2c/luatexdir/avl.h mplib.h \ - mpmp.h mppsout.h -lua/lmplib.o: ../../../../texk/web2c/luatexdir/lua/lmplib.c \ - \ - \ - \ - \ - \ - mplib.h mpmp.h mppsout.h +lua/psout.o: lua/psout.c avl.h mplib.h mpmp.h mppsout.h +lua/lmplib.o: lua/lmplib.c mplib.h mpmp.h mppsout.h |