branch: externals/caml
commit 928841612b0ae1c4bff1e3c1081243dc4d3c4ce5
Author: Sébastien Hinderer <[email protected]>
Commit: Sébastien Hinderer <[email protected]>

    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