emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] externals/caml 2bc0b92 178/197: factorize common makefile defin


From: Stefan Monnier
Subject: [nongnu] externals/caml 2bc0b92 178/197: factorize common makefile definitions in Makefile.common
Date: Sat, 21 Nov 2020 01:20:02 -0500 (EST)

branch: externals/caml
commit 2bc0b922ffcf498876f8c6ea14d99553dae8b7fa
Author: Gabriel Scherer <gabriel.scherer@gmail.com>
Commit: Gabriel Scherer <gabriel.scherer@gmail.com>

    factorize common makefile definitions in Makefile.common
---
 Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index c003fa9..dcb7a95 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,7 @@
 #**************************************************************************
 
 include ../config/Makefile
+include ../Makefile.common
 
 # Files to install
 FILES= caml-font.el caml-hilit.el caml.el camldebug.el \
@@ -40,10 +41,6 @@ COMPILECMD=(progn \
              (byte-compile-file "caml-font.el") \
              (byte-compile-file "camldebug.el"))
 
-INSTALL=install
-INSTALL_DATA=$(INSTALL) -m u+rw,g+rw,o+r
-INSTALL_PROG=$(INSTALL) -m u+rwx,g+rwx,o+rx
-
 install:
        @if test "$(EMACSDIR)" = ""; then \
          $(EMACS) --batch --eval 't; see PR#5403'; \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]