diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2002-06-11 08:30:20 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2002-06-11 08:30:20 +0000 |
commit | aa566a32ac10aa1dd6e580f75854aed8cfd51ddd (patch) | |
tree | 438acd1eefd209d10e7c8684cb77551f9d571f73 /otherlibs/labltk/examples_camltk | |
parent | 5c5db3cb33633d9bd9e9a1ca2e05717782256a51 (diff) |
Nettoyage Makefile.nt pour Mingw
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4915 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/examples_camltk')
-rw-r--r-- | otherlibs/labltk/examples_camltk/Makefile.nt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/labltk/examples_camltk/Makefile.nt b/otherlibs/labltk/examples_camltk/Makefile.nt index 7b6b8f24b..13f27a01d 100644 --- a/otherlibs/labltk/examples_camltk/Makefile.nt +++ b/otherlibs/labltk/examples_camltk/Makefile.nt @@ -1,4 +1,4 @@ -!include ..\support\Makefile.common.nt +include ../support/Makefile.common.nt # We are using the non-installed library ! COMPFLAGS= -I ../lib -I ../camltk -I ../support |