From c99976fbfdef713f66b8235b8b5346b51efc7b76 Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Mon, 19 Apr 2010 13:31:43 +0400 Subject: [PATCH 1/7] Do not create links instead of real files --- Makefile.in | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index e65bfc5..fb1f90d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -675,10 +675,6 @@ install.Install: # Install erlang base public files # install.bin: - for file in $(ERL_BASE_PUB_FILES); do \ - rm -f $(BINDIR)/$$file; \ - ${LN_S} $(ERLANG_BINDIR)/$$file $(BINDIR)/$$file; \ - done # # Directories needed before we can install -- 1.6.6.1