Updated PO files.
[virt-mem.git] / extract / codegen / Makefile.in
index 85b2619..eeb8774 100644 (file)
@@ -23,7 +23,8 @@ INSTALL               = @INSTALL@
 MKDIR_P                = @MKDIR_P@
 bindir         = @bindir@
 
-OCAMLCPACKAGES = -package extlib,pcre,unix,camlp4,bitstring.syntax -syntax bitstring.syntax
+#OCAMLCPACKAGES        = -package extlib,pcre,unix,camlp4,bitstring.syntax -syntax bitstring.syntax
+OCAMLCPACKAGES = -package extlib,pcre,unix,camlp4,bitstring -pp camlp4of
 
 OCAMLCFLAGS    = @OCAMLCFLAGS@
 OCAMLCLIBS     = -linkpkg camlp4lib.cma
@@ -43,4 +44,6 @@ kerneldb-to-parser.opt: $(XOBJS)
        ocamlfind ocamlopt \
          $(OCAMLOPTFLAGS) $(OCAMLOPTPACKAGES) $(OCAMLOPTLIBS) $(XOBJS) -o $@
 
+install:
+
 include ../../Make.rules
\ No newline at end of file