Skip to content
Snippets Groups Projects
Commit 970ffe42 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-01-12 14:21:02 by simonm]

forget it; there's no portable way to install a link.
parent 93f4317e
No related merge requests found
......@@ -424,7 +424,6 @@ endif
# get one install rule
#
# INSTALL_PROGS executable programs in $(bindir)
# INSTALL_BIN_LINKS symbolic links to executable programs in $(bindir)
# INSTALL_SCRIPTS executable scripts in $(bindir)
# INSTALL_LIBS platform-dependent libraries in $(libdir) (ranlib'ed)
# INSTALL_LIBEXECS platform-dependent execs in $(libdir)
......@@ -468,14 +467,6 @@ install:: $(INSTALL_PROGS)
done
endif
ifneq "$(INSTALL_BIN_LINKS)" ""
install:: $(INSTALL_BIN_LINKS)
@$(INSTALL_DIR) $(bindir)
for i in $(INSTALL_BIN_LINKS); do \
$(INSTALL_PROGRAM) $(INSTALL_OPTS) $$i$(exeext) $(bindir); \
done
endif
#
# Just like INSTALL_PROGS, but prefix with install sites bin/lib/data and
# install without stripping.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment