summaryrefslogtreecommitdiff
path: root/lang/erlang-runtime15/files/patch-Makefile.in
blob: 06f40ced0395f36686fe00b1ff3ca7437fb04971 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$FreeBSD$

--- 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)