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

    Move config/Makefile to Makefile.config
    
    In order to prepare the transition to autoconf, this commit moves the
    configuration Makefile out of the config directory which will disappear
    and gives it the name it will have once intstalled, namely Makefile.config.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index dcb7a95..15dc010 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@
 #*                                                                        *
 #**************************************************************************
 
-include ../config/Makefile
+include ../Makefile.config
 include ../Makefile.common
 
 # Files to install

Reply via email to