branch: externals/caml
commit 2bc0b922ffcf498876f8c6ea14d99553dae8b7fa
Author: Gabriel Scherer <[email protected]>
Commit: Gabriel Scherer <[email protected]>
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'; \