14 lines
396 B
Diff
14 lines
396 B
Diff
--- otp_src_R11B-0/Makefile.in.links 2006-05-12 16:43:44.000000000 +0200
|
|
+++ otp_src_R11B-0/Makefile.in 2006-05-18 20:27:56.000000000 +0200
|
|
@@ -545,10 +545,6 @@
|
|
# 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
|