summaryrefslogtreecommitdiff
path: root/Build/source/texk/make/rdepend.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/make/rdepend.mk')
-rw-r--r--Build/source/texk/make/rdepend.mk30
1 files changed, 15 insertions, 15 deletions
diff --git a/Build/source/texk/make/rdepend.mk b/Build/source/texk/make/rdepend.mk
index 1298c625b49..96ed99e11dc 100644
--- a/Build/source/texk/make/rdepend.mk
+++ b/Build/source/texk/make/rdepend.mk
@@ -2,7 +2,7 @@
# $Id$
@MAINT@#
@MAINT@# Have to use -M, not -MM, since we use <kpathsea/...> instead of
-@MAINT@# "kpathsea/..." in the sources. But that means we have to remove the
+@MAINT@# "kpathsea/..." in the sources. But that means we have to remove the
@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
@@ -16,29 +16,29 @@
@MAINT@endif
@MAINT@
@MAINT@depend depend.mk:: $(c_auto_h_dir)/c-auto.h \
-@MAINT@ $(top_srcdir)/../make/rdepend.mk
+@MAINT@ $(top_srcdir)/../make/rdepend.mk
@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' \
-@MAINT@ -e 's,$$(kpathsea_srcdir)/paths.h,$$(kpathsea_dir)/paths.h,g' \
-@MAINT@ -e 's, /[^ ]*,,g' \
-@MAINT@ -e 's, [^ ]*/\.\./libs/[^ ]*,,g' \
-@MAINT@ -e 's, \./, ,g' \
-@MAINT@ -e 's,dvi2xx.o,dvilj.o dvilj2p.o dvilj4.o dvilj4l.o,' \
-@MAINT@ -e 's,lex.yy,$$(LEX_OUTPUT_ROOT),g' \
+@MAINT@ | sed -e 's,\(\.\./\)\+texk/kpathsea/,,g' \
+@MAINT@ -e 's,\(\.\./\)\+kpathsea/,$$(kpathsea_srcdir)/,g' \
+@MAINT@ -e 's,$$(kpathsea_srcdir)/c-auto.h,$$(kpathsea_dir)/c-auto.h,g' \
+@MAINT@ -e 's,$$(kpathsea_srcdir)/paths.h,$$(kpathsea_dir)/paths.h,g' \
+@MAINT@ -e 's, /[^ ]*,,g' \
+@MAINT@ -e 's, [^ ]*/\.\./libs/[^ ]*,,g' \
+@MAINT@ -e 's, \./, ,g' \
+@MAINT@ -e 's,dvi2xx.o,dvilj.o dvilj2p.o dvilj4.o dvilj4l.o,' \
+@MAINT@ -e 's,lex.yy,$$(LEX_OUTPUT_ROOT),g' \
@MAINT@ | $(top_srcdir)/../unbackslsh.awk \
@MAINT@ >depend.mk
@MAINT@# If kpathsea, we're making .lo library objects instead of .o's.
@MAINT@ pwd | grep -v kpathsea >/dev/null \
@MAINT@ || (sed -e 's/\.o:/.lo:/' \
-@MAINT@ -e 's/kpsewhich.lo:/kpsewhich.o:/' \
-@MAINT@ -e 's/kpsestat.lo:/kpsestat.o:/' \
-@MAINT@ -e 's/access.lo:/access.o:/' \
-@MAINT@ -e 's/readlink.lo:/readlink.o:/' \
+@MAINT@ -e 's/kpsewhich.lo:/kpsewhich.o:/' \
+@MAINT@ -e 's/kpsestat.lo:/kpsestat.o:/' \
+@MAINT@ -e 's/access.lo:/access.o:/' \
+@MAINT@ -e 's/readlink.lo:/readlink.o:/' \
@MAINT@ <depend.mk >depend-tmp.mk; mv depend-tmp.mk depend.mk)
@MAINT@.PHONY: depend