From: Richard W.M. Jones <rjones@redhat.com> <"Richard W.M. Jones <rjones@redhat.com>">
Date: Mon, 9 Jun 2008 15:06:51 +0000 (+0100)
Subject: Use $(...) for instead of backquotes.
X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=ae6f6e8b848a3a49e36a4461715e292d3fc5955d;p=virt-mem.git

Use $(...) for instead of backquotes.
---

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