aboutsummaryrefslogtreecommitdiff
path: root/lang/lfe/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/lfe/files/patch-Makefile')
-rw-r--r--lang/lfe/files/patch-Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/lfe/files/patch-Makefile b/lang/lfe/files/patch-Makefile
new file mode 100644
index 000000000000..09f35334c44b
--- /dev/null
+++ b/lang/lfe/files/patch-Makefile
@@ -0,0 +1,15 @@
+--- Makefile.orig 2017-09-07 14:59:29 UTC
++++ Makefile
+@@ -117,10 +117,9 @@ comp_opts.mk:
+
+ -include comp_opts.mk
+
+-$(BINDIR)/lfe%:
+- $(INSTALL_BIN) $@ $(DESTBINDIR)
++install: compile install-beam install-bin install-man
+
+-install: compile install-man
++install-beam:
+ rm -Rf $(DESTEBINDIR)
+ $(INSTALL_DIR) $(DESTEBINDIR)
+ $(INSTALL_DATA) $(EBINDIR)/$(APP_DEF) $(DESTEBINDIR)