diff options
Diffstat (limited to 'lang/erlang-runtime15/files/patch-Makefile.in')
-rw-r--r-- | lang/erlang-runtime15/files/patch-Makefile.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/erlang-runtime15/files/patch-Makefile.in b/lang/erlang-runtime15/files/patch-Makefile.in deleted file mode 100644 index 78481057f296..000000000000 --- a/lang/erlang-runtime15/files/patch-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig -+++ Makefile.in -@@ -56,7 +56,7 @@ - libdir = @libdir@ - - # Where Erlang/OTP is located --libdir_suffix = /erlang -+libdir_suffix = /erlang15 - erlang_libdir = $(libdir)$(libdir_suffix) - erlang_bindir = $(erlang_libdir)/bin - -@@ -913,7 +913,7 @@ - # - # Order is important here, don't change it! - # --INST_DEP += install.dirs install.emulator install.libs install.Install install.bin -+INST_DEP += install.dirs install.emulator install.libs install.Install - - install: $(INST_DEP) - |