diff options
author | Karl Berry <karl@freefriends.org> | 2008-04-18 00:34:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-04-18 00:34:19 +0000 |
commit | 60ba16ba6110c95aa7abd0cb6a6049ab6e749c6f (patch) | |
tree | 1fc59ef8035e287bc4cae804024b9b6d57ad4ab3 /Build/source/texk/web2c/Makefile.in | |
parent | 323544e1cd28f1fc1a74ed6c5d1e2fa375e9250a (diff) |
(tie): no need for $(native).
git-svn-id: svn://tug.org/texlive/trunk@7479 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/Makefile.in')
-rw-r--r-- | Build/source/texk/web2c/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/Makefile.in b/Build/source/texk/web2c/Makefile.in index 3b0cf8a8591..7ad0a6f5895 100644 --- a/Build/source/texk/web2c/Makefile.in +++ b/Build/source/texk/web2c/Makefile.in @@ -104,7 +104,7 @@ TIE = @TIE@ # Calling tangle tangle = WEBINPUTS=.:$(srcdir) $(TANGLE) ctangle = $(CTANGLE) -tie = $(native)/$(TIE) +tie = $(TIE) # The environment for making dumps. # No need to specify TEXMF, as ../kpathsea/texmf.cnf should contain |