diff options
-rw-r--r-- | Build/source/texk/kpathsea/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/Makefile.in b/Build/source/texk/kpathsea/Makefile.in index cc3208b2a1e..5ed86a198c2 100644 --- a/Build/source/texk/kpathsea/Makefile.in +++ b/Build/source/texk/kpathsea/Makefile.in @@ -52,7 +52,7 @@ kpseaccess: access.o kpsereadlink: readlink.o $(link_command) readlink.o -$(kpathsea): $(objects) +$(kpathsea): $(kpathsea_dir)/paths.h $(objects) $(kpathsea_link) -rpath $(libdir) -version-info 4:0:0 $(objects) # Make variable substitutions for paths.h. |