diff options
author | Taco Hoekwater <taco@elvenkind.com> | 2007-11-29 11:57:34 +0000 |
---|---|---|
committer | Taco Hoekwater <taco@elvenkind.com> | 2007-11-29 11:57:34 +0000 |
commit | 226da5591b002ccf13fe6c8c9532f5088d7ebcb5 (patch) | |
tree | aa6d2563b472c8a3cd3a9fc028aefe2dbcc3fa1e /Build | |
parent | 52ab9de29dbc4fcb12e3652cb6dac98f975590c2 (diff) |
two small MetaPost build corrections
git-svn-id: svn://tug.org/texlive/trunk@5643 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/dvitomp.ch | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/metapost.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/dvitomp.ch b/Build/source/texk/web2c/dvitomp.ch index ca7eac60830..efbb18be151 100644 --- a/Build/source/texk/web2c/dvitomp.ch +++ b/Build/source/texk/web2c/dvitomp.ch @@ -442,7 +442,7 @@ begin usage_help (DVITOMP_HELP, nil); end else if argument_is ('version') then begin - print_version_and_exit (term_banner, 'AT&T Bell Laboraties', 'John Hobby.'); + print_version_and_exit (term_banner, 'AT&T Bell Laboraties', 'John Hobby.', nil); end; {Else it was a flag; |getopt| has already done the assignment.} until getopt_return_val = -1; diff --git a/Build/source/texk/web2c/metapost.mk b/Build/source/texk/web2c/metapost.mk index da28a13ca49..11c54e6cd2d 100644 --- a/Build/source/texk/web2c/metapost.mk +++ b/Build/source/texk/web2c/metapost.mk @@ -21,7 +21,7 @@ mp_c = mpini.c mp0.c mp1.c mp2.c mp_o = mpini.o mp0.o mp1.o mp2.o mpextra.o loadpool.o loadpool.c: mp.pool $(mpostdir)/makecpool - $(native)/$(mpostdir)/makecpool mp.pool mpdir/mplib.h > loadpool.c + $(mpostdir)/makecpool mp.pool mpdir/mplib.h > loadpool.c # mpostlibsdep also includes makecpool mpost: $(mp_o) $(mpostlibsdep) $(kpathsea_link) $(mp_o) $(mpostlibs) $(LOADLIBES) |