diff options
author | Karl Berry <karl@freefriends.org> | 2007-07-28 00:14:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-07-28 00:14:47 +0000 |
commit | 45f7ca5889d4629472094f1267ed18522e3ab472 (patch) | |
tree | ffe6058bdf21a3e7392811a9e686b9b6f19b3f94 /Build/source/texk/kpathsea/Makefile.in | |
parent | 561a019203c659592eda329362e062e197d4a83c (diff) |
remake kpathsea dependencies
git-svn-id: svn://tug.org/texlive/trunk@4670 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/Makefile.in')
-rw-r--r-- | Build/source/texk/kpathsea/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/Makefile.in b/Build/source/texk/kpathsea/Makefile.in index 5ed86a198c2..47c68f3e77f 100644 --- a/Build/source/texk/kpathsea/Makefile.in +++ b/Build/source/texk/kpathsea/Makefile.in @@ -1,4 +1,5 @@ -# Makefile for kpathsea --kb@mail.tug.org. Public domain. +# $Id$ +# Makefile for kpathsea. Public domain. version = @KPSEVERSION@ # Add -DNO_DEBUG to disable debugging, for vanishingly better performance. @@ -52,7 +53,7 @@ kpseaccess: access.o kpsereadlink: readlink.o $(link_command) readlink.o -$(kpathsea): $(kpathsea_dir)/paths.h $(objects) +$(kpathsea): $(objects) $(kpathsea_link) -rpath $(libdir) -version-info 4:0:0 $(objects) # Make variable substitutions for paths.h. |