diff options
Diffstat (limited to 'Build/source/texk/web2c/am/texmf.am')
-rw-r--r-- | Build/source/texk/web2c/am/texmf.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/am/texmf.am b/Build/source/texk/web2c/am/texmf.am index 6cd91ac71e9..77c4673443c 100644 --- a/Build/source/texk/web2c/am/texmf.am +++ b/Build/source/texk/web2c/am/texmf.am @@ -25,7 +25,7 @@ endif TEX EXTRA_PROGRAMS += tex initex_CPPFLAGS = -DEXEPROG=\"tex.exe\" -initex_SOURCES = $(srcdir)/../texlive/w32_wrapper/callexe.c +nodist_initex_SOURCES = callexe.c initex_LDADD = tex_CPPFLAGS = $(AM_CPPFLAGS) @@ -111,7 +111,7 @@ EXTRA_PROGRAMS += mf mf-nowin DISTCLEANFILES += mftrap.diffs inimf_CPPFLAGS = -DEXEPROG=\"mf.exe\" -inimf_SOURCES = $(srcdir)/../texlive/w32_wrapper/callexe.c +nodist_inimf_SOURCES = callexe.c inimf_LDADD = dist_mf_SOURCES = mfextra.c |