summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mpware/Makefile.in
diff options
context:
space:
mode:
authorTaco Hoekwater <taco@elvenkind.com>2006-11-28 13:24:53 +0000
committerTaco Hoekwater <taco@elvenkind.com>2006-11-28 13:24:53 +0000
commit2316028a0dedb2fa848c9e3bacaad4580dcc4290 (patch)
tree750b5fe86da1917f5482b7d0e643e77a3b31594e /Build/source/texk/web2c/mpware/Makefile.in
parentc8a7170337d602789e93f5b765c5b9c06f50b0d7 (diff)
MetaPost 0.992 plus support files
git-svn-id: svn://tug.org/texlive/trunk@2554 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/mpware/Makefile.in')
-rw-r--r--Build/source/texk/web2c/mpware/Makefile.in10
1 files changed, 4 insertions, 6 deletions
diff --git a/Build/source/texk/web2c/mpware/Makefile.in b/Build/source/texk/web2c/mpware/Makefile.in
index 62af826f805..2b86d7c955e 100644
--- a/Build/source/texk/web2c/mpware/Makefile.in
+++ b/Build/source/texk/web2c/mpware/Makefile.in
@@ -12,19 +12,17 @@ default: all
all: $(programs)
dmp: dmp.o dmp_ffile.o
- $(kpathsea_link) dmp.o dmp_ffile.o $(LIBS)
+ $(kpathsea_link) dmp.o dmp_ffile.o $(LOADLIBES)
mpto: mpto.o
$(kpathsea_link) mpto.o
newer: newer.o
$(link_command) newer.o
-makempx: makempx.in Makefile.in
- sed -e 's,@BINDIR@,$(bindir),g' -e 's,@web2cver@,@WEB2CVERSION@,g' \
- <$(srcdir)/makempx.in >$@
- -chmod a+x $@
+makempx: makempx.o
+ $(kpathsea_link) makempx.o $(LOADLIBES)
dmp.o dmp_ffile.o: dmp.h
-newer.o dmp.o: ../c-auto.h
+newer.o dmp.o makempx.o: ../c-auto.h
checkdir = $(srcdir)/../check
check: mpto makempx newer dmp