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

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

[nongnu] externals/caml 9288416 183/197: Introduce and use ROOTDIR in mo


From: Stefan Monnier
Subject: [nongnu] externals/caml 9288416 183/197: Introduce and use ROOTDIR in more makefiles
Date: Sat, 21 Nov 2020 01:20:03 -0500 (EST)

branch: externals/caml
commit 928841612b0ae1c4bff1e3c1081243dc4d3c4ce5
Author: Sébastien Hinderer <Sebastien.Hinderer@inria.fr>
Commit: Sébastien Hinderer <Sebastien.Hinderer@inria.fr>

    Introduce and use ROOTDIR in more makefiles
---
 Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 15dc010..e3b2289 100644
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,10 @@
 #*                                                                        *
 #**************************************************************************
 
-include ../Makefile.config
-include ../Makefile.common
+ROOTDIR = ..
+
+include $(ROOTDIR)/Makefile.config
+include $(ROOTDIR)/Makefile.common
 
 # Files to install
 FILES= caml-font.el caml-hilit.el caml.el camldebug.el \



reply via email to

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