diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2008-06-03 15:24:50 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2008-06-03 15:24:50 +0000 |
commit | 0837c936f183c287dc3feefbcd852b9b285acf47 (patch) | |
tree | d24502eb8f8a1b876a6f43b8efad7fef8dd365e4 /Build/source/Makefile.in | |
parent | 4bc90058ad7b1cf552cf77fcb48eaad0cbea32a5 (diff) |
patch to support --without-graphite for building xetex with older compilers
git-svn-id: svn://tug.org/texlive/trunk@8521 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Makefile.in')
-rw-r--r-- | Build/source/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/Makefile.in b/Build/source/Makefile.in index 79676ef94d4..843e934abda 100644 --- a/Build/source/Makefile.in +++ b/Build/source/Makefile.in @@ -43,6 +43,7 @@ FREETYPE2DIR=libs/freetype2 ICUDIR=libs/icu-xetex TECKITDIR=libs/teckit LIBOBSDCOMPATDIR=libs/obsdcompat +GRAPHITEDIR=libs/graphite-engine # Subdirectories that have makefiles ESUBDIRS = @ESUBDIRS@ texk @@ -139,6 +140,8 @@ $(TECKITDIR)/lib/.libs/libTECkit.a: cd $(TECKITDIR); $(MAKE) $(LIBOBSDCOMPATDIR)/libopenbsd-compat.a: cd $(LIBOBSDCOMPATDIR); $(MAKE) libopenbsd-compat.a +$(GRAPHITEDIR)/src/.libs/libgraphite.a: + cd $(GRAPHITEDIR); $(MAKE) # Prevent GNU make v3 from overflowing arg limit on SysV. .NOEXPORT: |