summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/omegafonts
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-05-26 12:53:54 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-05-26 12:53:54 +0000
commit0f26e1a8f3c5c5bcb5031bec4eccedaf313ca534 (patch)
treeb097c422b3d1f50c51f5028efcbe9ae2bd13196f /Build/source/texk/web2c/omegafonts
parent7bb4da4874329b18005da3776ac861b406092782 (diff)
remove obsolete Web2C versions of ofm2opl, opl2ofm, ovf2ovp, and ovp2ovf
since quite some time replaced by symlinks to omfonts git-svn-id: svn://tug.org/texlive/trunk@13481 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/omegafonts')
-rw-r--r--Build/source/texk/web2c/omegafonts/Makefile.am15
-rw-r--r--Build/source/texk/web2c/omegafonts/Makefile.in6
2 files changed, 10 insertions, 11 deletions
diff --git a/Build/source/texk/web2c/omegafonts/Makefile.am b/Build/source/texk/web2c/omegafonts/Makefile.am
index 7f27bca4274..479fcf3c9a8 100644
--- a/Build/source/texk/web2c/omegafonts/Makefile.am
+++ b/Build/source/texk/web2c/omegafonts/Makefile.am
@@ -8,11 +8,11 @@ AM_YFLAGS = -d -v
proglib = ../lib/lib.a
-## Automake automatically uses $(proglib)=../lib/lib.a as dependency.
-## This does not work for the configure substitution $(KPATHSEA_LIBS),
-## thus we let $(proglib) artificially depend on $(KPATHSEA_LIBS).
-
-## Rebuild $(proglib)
+# Automake automatically uses $(proglib)=../lib/lib.a as dependency.
+# This does not work for the configure substitution $(KPATHSEA_LIBS),
+# thus we let $(proglib) artificially depend on $(KPATHSEA_LIBS).
+#
+# Rebuild $(proglib)
$(proglib): $(KPATHSEA_DEPEND) ${top_srcdir}/lib/*.c
cd ../lib && $(MAKE) $(AM_MAKEFLAGS)
@@ -74,8 +74,3 @@ unistall-hook:
rm -f $(DESTDIR)$(bindir)/$$f$(EXEEXT); \
done
-## ######
-## Eventually delete these files
-
-EXTRA_DIST = Makefile.in.orig
-
diff --git a/Build/source/texk/web2c/omegafonts/Makefile.in b/Build/source/texk/web2c/omegafonts/Makefile.in
index da121312951..eae2202ad1a 100644
--- a/Build/source/texk/web2c/omegafonts/Makefile.in
+++ b/Build/source/texk/web2c/omegafonts/Makefile.in
@@ -329,7 +329,6 @@ omfonts_SOURCES = \
LDADD = $(LEXLIB) $(proglib) $(KPATHSEA_LIBS)
DISTCLEANFILES = pl-parser.output
linked_programs = ofm2opl opl2ofm ovf2ovp ovp2ovf
-EXTRA_DIST = Makefile.in.orig
all: all-am
.SUFFIXES:
@@ -678,6 +677,11 @@ uninstall-am: uninstall-binPROGRAMS
uninstall-am uninstall-binPROGRAMS
+# Automake automatically uses $(proglib)=../lib/lib.a as dependency.
+# This does not work for the configure substitution $(KPATHSEA_LIBS),
+# thus we let $(proglib) artificially depend on $(KPATHSEA_LIBS).
+#
+# Rebuild $(proglib)
$(proglib): $(KPATHSEA_DEPEND) ${top_srcdir}/lib/*.c
cd ../lib && $(MAKE) $(AM_MAKEFLAGS)