summaryrefslogtreecommitdiff
path: root/stdlib/Makefile
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1996-02-13 16:29:09 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1996-02-13 16:29:09 +0000
commit1b6c720509b16cdfa08192bb058181cfb4378bb4 (patch)
tree45cb998366305cdff617179522735dc80c67bfbe /stdlib/Makefile
parente46d62c5971e9b4868ee43d48324a16f2e4ecbfa (diff)
downloadocaml-1b6c720509b16cdfa08192bb058181cfb4378bb4.tar.gz
Nouveau systeme d'autoconfiguration.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@630 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r--stdlib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile
index 0f7c21c378..399d0107cb 100644
--- a/stdlib/Makefile
+++ b/stdlib/Makefile
@@ -1,4 +1,4 @@
-include ../Makefile.config
+include ../config/Makefile
RUNTIME=../boot/cslrun
COMPILER=../cslc
@@ -30,7 +30,7 @@ stdlib.cma: $(OBJS)
stdlib.cmxa: $(OBJS:.cmo=.cmx)
$(CAMLOPT) -a -o stdlib.cmxa $(OBJS:.cmo=.cmx)
-cslheader: header.c ../Makefile.config
+cslheader: header.c ../config/Makefile
if $(SHARPBANGSCRIPTS); \
then echo "#!$(BINDIR)/cslrun" > cslheader; \
else $(BYTECC) $(BYTECCCOMPOPTS) $(BYTECCLINKOPTS) header.c -o cslheader; \