diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-06-18 10:49:17 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-06-18 10:49:17 +0000 |
commit | 973cc50127fd0835fbbd57bbb9dd8885c60e154d (patch) | |
tree | c14d3476c68fd27c7e3382b9e5089e410ac9a6de /Build/source/texk/kpathsea/win32/Makefile.in | |
parent | bae57b6f7ea0c81be60f4c73814128c4c91a84ee (diff) |
Sync WIN32 versions of mktex* with W32TeX
git-svn-id: svn://tug.org/texlive/trunk@37597 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/win32/Makefile.in')
-rw-r--r-- | Build/source/texk/kpathsea/win32/Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Build/source/texk/kpathsea/win32/Makefile.in b/Build/source/texk/kpathsea/win32/Makefile.in index bb10aee6f25..8b49202aa31 100644 --- a/Build/source/texk/kpathsea/win32/Makefile.in +++ b/Build/source/texk/kpathsea/win32/Makefile.in @@ -279,7 +279,6 @@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ WARNING_CFLAGS = @WARNING_CFLAGS@ -WEB2CVERSION = @WEB2CVERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -332,9 +331,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -AM_CPPFLAGS = -I$(top_builddir)/.. -I$(top_srcdir)/.. \ - -DWEB2C_KPSE_VERSION='"Web2C-$(WEB2CVERSION) \ - Kpathsea-$(KPSEVERSION)"' +AM_CPPFLAGS = -I$(top_builddir)/.. -I$(top_srcdir)/.. AM_CFLAGS = $(WARNING_CFLAGS) mktexfmt_SOURCES = \ mktexfmt.c |