summaryrefslogtreecommitdiff
path: root/Build/source/texk/make
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-07-28 00:14:47 +0000
committerKarl Berry <karl@freefriends.org>2007-07-28 00:14:47 +0000
commit45f7ca5889d4629472094f1267ed18522e3ab472 (patch)
treeffe6058bdf21a3e7392811a9e686b9b6f19b3f94 /Build/source/texk/make
parent561a019203c659592eda329362e062e197d4a83c (diff)
remake kpathsea dependencies
git-svn-id: svn://tug.org/texlive/trunk@4670 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/make')
-rw-r--r--Build/source/texk/make/rdepend.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/Build/source/texk/make/rdepend.mk b/Build/source/texk/make/rdepend.mk
index a121a33d14f..1298c625b49 100644
--- a/Build/source/texk/make/rdepend.mk
+++ b/Build/source/texk/make/rdepend.mk
@@ -6,7 +6,7 @@
@MAINT@# directory prefixes and all the system include files.
@MAINT@# And <kpathsea/paths.h> is generated, not part of the distribution.
@MAINT@# We also remove any ../texk/kpathsea path component, since that comes
-@MAINT@# VPATH when srcdir != builddir.
+@MAINT@# from VPATH when srcdir != builddir.
@MAINT@#
@MAINT@# There's no need for any installer/user to ever run this, it can
@MAINT@# only cause trouble. So comment it out by default.
@@ -17,7 +17,10 @@
@MAINT@
@MAINT@depend depend.mk:: $(c_auto_h_dir)/c-auto.h \
@MAINT@ $(top_srcdir)/../make/rdepend.mk
-@MAINT@ $(CC) -M $(ALL_CPPFLAGS) -I$(c_auto_h_dir) $(srcdir)/*.c \
+@MAINT@ $(CC) -M $(ALL_CPPFLAGS) \
+@MAINT@ -I$(c_auto_h_dir) \
+@MAINT@ -I$(top_srcdir)/../../libs/libgsw32 \
+@MAINT@ $(srcdir)/*.c \
@MAINT@ | sed -e 's,\(\.\./\)\+texk/kpathsea/,,' \
@MAINT@ -e 's,\(\.\./\)\+kpathsea/,$$(kpathsea_srcdir)/,g' \
@MAINT@ -e 's,$$(kpathsea_srcdir)/c-auto.h,$$(kpathsea_dir)/c-auto.h,g' \