21 lines
543 B
Diff
21 lines
543 B
Diff
--- old/Makefile.conf 2014-05-19 16:53:09.263564921 +0200
|
|
+++ new/Makefile.conf 2014-05-19 16:53:42.213152994 +0200
|
|
@@ -1,6 +1,6 @@
|
|
|
|
# Where binaries are installed:
|
|
-BINDIR := `dirname \`which ocamlc\``
|
|
+BINDIR := $(out)/bin
|
|
|
|
####
|
|
|
|
--- old/Makefile 2014-09-30 16:40:37.000000000 +0200
|
|
+++ new/Makefile 2015-10-14 10:28:41.366815864 +0200
|
|
@@ -52,7 +52,7 @@
|
|
install-bin:
|
|
install -d -m 755 $(BINDIR)
|
|
install $(BIN) $(BINDIR)
|
|
- install $(TOOLS) $(BINDIR)
|
|
+ install $(TOOLS) $(BINDIR) || true
|
|
|
|
uninstall: uninstall-lib uninstall-bin
|
|
|