aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.common
diff options
context:
space:
mode:
authorGravatar Pierre Letouzey <pierre.letouzey@inria.fr>2016-05-31 00:13:43 +0200
committerGravatar Pierre Letouzey <pierre.letouzey@inria.fr>2016-05-31 09:11:13 +0200
commit7d2ad6ac66abb97819ffbc5ad58c862a84e28775 (patch)
treed9d8c90e38d036235f92f8ef8f7c2fea1075747e /Makefile.common
parent991188b16cc963ea4f8e49075c90eb312c6fe143 (diff)
Checker: no more -I kernel via a few symlinks (for Names and Esubst)
In particular, no more warning about ocamldep finding stuff both in checker/ and kernel/. A 'make clean' is mandatory after this commit
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.common b/Makefile.common
index 3e2bfcb3a..e7d092876 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -78,9 +78,7 @@ SRCDIRS:=\
IDESRCDIRS:= $(CORESRCDIRS) ide ide/utils
-# Order is relevant here because kernel and checker contain files
-# with the same name
-CHKSRCDIRS:= checker lib config kernel parsing
+CHKSRCDIRS:= config lib checker
###########################################################################
# Tools