diff options
author | Joachim Schrod <jschrod@acm.org> | 2007-07-20 14:05:06 +0000 |
---|---|---|
committer | Joachim Schrod <jschrod@acm.org> | 2007-07-20 14:05:06 +0000 |
commit | 5b600323b6af9854145c7348821927747260c1df (patch) | |
tree | d7a1bf23b5a1230fb8223c581fcb6fadb6b6a68f /Build | |
parent | 58584ab87f6a522a2ee875b2e2d1f552aefcb3fb (diff) |
Create paths.h before any object file is compiled.
git-svn-id: svn://tug.org/texlive/trunk@4638 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-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. |