diff options
author | Karl Berry <karl@freefriends.org> | 2017-02-16 22:09:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-02-16 22:09:32 +0000 |
commit | 17115484c237624c6a432b1ad68c536213ae134c (patch) | |
tree | b4ad1266349ca35dd7320354d565f8d3818cfdaa /Build/source/texk/kpathsea/Makefile.in | |
parent | 78023e54f67ddbb6301ba75088b343da08e46dc0 (diff) |
reautoconf
git-svn-id: svn://tug.org/texlive/trunk@43249 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/Makefile.in')
-rw-r--r-- | Build/source/texk/kpathsea/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/Makefile.in b/Build/source/texk/kpathsea/Makefile.in index a48c896b217..c98493524a0 100644 --- a/Build/source/texk/kpathsea/Makefile.in +++ b/Build/source/texk/kpathsea/Makefile.in @@ -2330,9 +2330,13 @@ uninstall-local: rm -f "$(DESTDIR)$(web2cdir)/$$f"; \ else :; fi; \ done + +# $Id$ +# am/bin_links.am: Makefile fragment for bindir links. .PHONY: install-bin-links uninstall-bin-links install-bin-links: +@WIN32_FALSE@ $(MKDIR_P) $(DESTDIR)$(bindir) @WIN32_FALSE@ @cd $(DESTDIR)$(bindir) && \ @WIN32_FALSE@ for s in $(bin_links); do \ @WIN32_FALSE@ link=`echo $$s | sed 's,.*:,,'`; \ |