summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/camltk/Makefile.gen
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2008-08-27 10:22:42 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2008-08-27 10:22:42 +0000
commit44140eb1317607051b815bee272073d00da63658 (patch)
tree413a36f3e23bc26e3d03e5ea0743680a1477a6aa /otherlibs/labltk/camltk/Makefile.gen
parentea524ca14f08e88a3984faf479ba236602fc5caf (diff)
only recompile when needed
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@8991 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/camltk/Makefile.gen')
-rw-r--r--otherlibs/labltk/camltk/Makefile.gen4
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/labltk/camltk/Makefile.gen b/otherlibs/labltk/camltk/Makefile.gen
index b0ad4c462..bedc9c599 100644
--- a/otherlibs/labltk/camltk/Makefile.gen
+++ b/otherlibs/labltk/camltk/Makefile.gen
@@ -5,9 +5,9 @@ all: cTk.ml camltk.ml .depend
_tkgen.ml: ../Widgets.src ../compiler/tkcompiler$(EXE)
cd ..; $(CAMLRUNGEN) compiler/tkcompiler$(EXE) -camltk -outdir camltk
-cTk.ml camltk.ml .depend: generate
+#cTk.ml camltk.ml .depend: generate
-generate: _tkgen.ml ../builtin/report.ml ../compiler/pp$(EXE) #../builtin/builtin_*.ml
+cTk.ml camltk.ml .depend: _tkgen.ml ../builtin/report.ml ../compiler/pp$(EXE) #../builtin/builtin_*.ml
(echo '##define CAMLTK'; \
echo 'include Camltkwrap'; \
echo 'open Widget'; \