diff options
author | Karl Berry <karl@freefriends.org> | 2007-01-10 21:08:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-01-10 21:08:43 +0000 |
commit | 741cb9505481756bc481f40c619ef202f2b95efe (patch) | |
tree | 9305947f2ffd104e4ff44e5f86b5cbeab20ac43a /Build/source | |
parent | b1ed2ff798ec36c56d034a40ddad70c77f3d106f (diff) |
(DEFS): add -I../../../texk for kpathsea/kpathsea.h
git-svn-id: svn://tug.org/texlive/trunk@3305 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/dvipos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/dvipos/Makefile b/Build/source/texk/dvipos/Makefile index 79be969242d..c2b8cdbde96 100644 --- a/Build/source/texk/dvipos/Makefile +++ b/Build/source/texk/dvipos/Makefile @@ -42,7 +42,7 @@ SOURCES = dvicore.c dvipos.c tfm.c utils.c dvicore.h tfm.h utils.h #mkinstalldirs = $(SHELL) ./mkinstalldirs -DEFS = -DKPATHSEA -I. +DEFS = -DKPATHSEA -I. -I../../../texk CPPFLAGS = -I${includedir} LDFLAGS = -L${libdir} kpathsea = ../kpathsea/.libs/libkpathsea.a |