diff options
author | glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2008-11-02 12:28:16 +0000 |
---|---|---|
committer | glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2008-11-02 12:28:16 +0000 |
commit | 83fb6e288892d2a09046c33b910ae87079fa5b47 (patch) | |
tree | bbcaa3321095ca4ac9891e8eb8029e3873d4ba1d /config/Makefile.template | |
parent | 9b9eb66140e67b4815bffc21984056516b10e111 (diff) |
Fix CAMLHLIB (due to r11358) (Closes: #1986)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11532 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'config/Makefile.template')
-rw-r--r-- | config/Makefile.template | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/Makefile.template b/config/Makefile.template index 3fd726923..ad1a60b5d 100644 --- a/config/Makefile.template +++ b/config/Makefile.template @@ -49,7 +49,7 @@ CAMLP4BIN="CAMLP4BINDIRECTORY" CAMLVERSION=CAMLTAG # Ocaml .h directory -CAMLHLIB="CAMLLIBDIRECTORY"/caml +CAMLHLIB="CAMLLIBDIRECTORY" # Camlp4 library directory (avoid CAMLP4LIB used on Windows) CAMLP4O=CAMLP4TOOL @@ -152,4 +152,3 @@ WITHDOC=WITHDOCOPT # make or sed are bogus and believe lines not terminating by a return # are inexistent - |