From 5b600323b6af9854145c7348821927747260c1df Mon Sep 17 00:00:00 2001 From: Joachim Schrod Date: Fri, 20 Jul 2007 14:05:06 +0000 Subject: Create paths.h before any object file is compiled. git-svn-id: svn://tug.org/texlive/trunk@4638 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build/source') 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. -- cgit v1.2.3