diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1996-02-13 16:29:09 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1996-02-13 16:29:09 +0000 |
commit | 1b6c720509b16cdfa08192bb058181cfb4378bb4 (patch) | |
tree | 45cb998366305cdff617179522735dc80c67bfbe /otherlibs/num/Makefile | |
parent | e46d62c5971e9b4868ee43d48324a16f2e4ecbfa (diff) |
Nouveau systeme d'autoconfiguration.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@630 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/num/Makefile')
-rw-r--r-- | otherlibs/num/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/num/Makefile b/otherlibs/num/Makefile index 56c95301a..ecf5995a1 100644 --- a/otherlibs/num/Makefile +++ b/otherlibs/num/Makefile @@ -1,6 +1,6 @@ # Makefile for the "num" (exact rational arithmetic) library -include ../../Makefile.config +include ../../config/Makefile # Compilation options CC=$(BYTECC) |