From 53392af4f952bc19ede11f9edd24911ad80eb826 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Use for instead of backquotes. --- 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 a7ea7a5..9425703 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 672aaeb..0211b30 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