From 06dc66931d11cb362dc17b5a20164f79950f55cf Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Backed out changeset b6f239031d2f --- dmesg/Makefile.in | 2 +- uname/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dmesg/Makefile.in b/dmesg/Makefile.in index 9425703..a7ea7a5 100644 --- a/dmesg/Makefile.in +++ b/dmesg/Makefile.in @@ -21,7 +21,7 @@ VERSION = @PACKAGE_VERSION@ INSTALL = @INSTALL@ -SYNTAX = -pp "camlp4o -I$$(ocamlc -where)/bitmatch bitmatch.cma pa_bitmatch.cmo" +SYNTAX = -pp "camlp4o -I`ocamlc -where`/bitmatch bitmatch.cma pa_bitmatch.cmo" #OCAMLCPACKAGES = -package unix,bigarray,extlib,libvirt,xml-light,bitmatch OCAMLCPACKAGES = -package unix,bigarray,extlib,libvirt,xml-light -I +bitmatch -I ../lib diff --git a/uname/Makefile.in b/uname/Makefile.in index 0211b30..672aaeb 100644 --- a/uname/Makefile.in +++ b/uname/Makefile.in @@ -21,7 +21,7 @@ VERSION = @PACKAGE_VERSION@ INSTALL = @INSTALL@ -SYNTAX = -pp "camlp4o -I$$(ocamlc -where)/bitmatch bitmatch.cma pa_bitmatch.cmo" +SYNTAX = -pp "camlp4o -I`ocamlc -where`/bitmatch bitmatch.cma pa_bitmatch.cmo" #OCAMLCPACKAGES = -package unix,bigarray,extlib,libvirt,xml-light,bitmatch OCAMLCPACKAGES = -package unix,bigarray,extlib,libvirt,xml-light -I +bitmatch -I ../lib -- 1.8.3.1