diff options
Diffstat (limited to 'Build/source/texk/kpathsea/Makefile.am')
-rw-r--r-- | Build/source/texk/kpathsea/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/Makefile.am b/Build/source/texk/kpathsea/Makefile.am index 331db788168..d80fff94c13 100644 --- a/Build/source/texk/kpathsea/Makefile.am +++ b/Build/source/texk/kpathsea/Makefile.am @@ -148,6 +148,7 @@ kpseinclude_HEADERS = \ truncate.h \ types.h \ variable.h \ + version.h \ xopendir.h \ xstat.h @@ -212,7 +213,7 @@ stamp-paths: texmf.cnf rm -f paths.tmp date >$@ -kpathsea.h: paths.h +kpathsea.h: Makefile paths.h rm -f $@ echo '/* This is a generated file */' >$@ echo '/* collecting all kpathsea headers. */' >>$@ |