From: Ian Jackson Date: Fri, 20 Mar 2009 11:10:46 +0000 (+0000) Subject: Fix some syntax problems in xen-setup-stubdom X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=df20426587ce265c72ea4185314ae594d1c7b7ba;p=xenclient%2Fioemu.git Fix some syntax problems in xen-setup-stubdom The location of my test build directory had accidentally crept into the hardcoded settings. Signed-off-by: Ian Jackson --- diff --git a/xen-setup-stubdom b/xen-setup-stubdom index a3cc5f9b..24f91f39 100755 --- a/xen-setup-stubdom +++ b/xen-setup-stubdom @@ -73,7 +73,6 @@ TARGET_DIRS=$target BUILD_DOCS=no CONFIG_AIO=no TOOLS= -XEN_ROOT=/volatile/iwj/builds/work/2/build/xen-unstable.hg/ QEMU_ROOT ?= `pwd` XEN_ROOT ?= \$(QEMU_ROOT)/../xen-unstable.hg include \$(XEN_ROOT)/tools/Rules.mk @@ -88,7 +87,7 @@ CPPFLAGS += $TARGET_CPPFLAGS -DCONFIG_STUBDOM CFLAGS= $TARGET_CFLAGS LDFLAGS= $TARGET_LDFLAGS -SUBDIR_RULES=subdir-$(TARGET_DIRS) +SUBDIR_RULES=subdir-\$(TARGET_DIRS) subdir-\$(TARGET_DIRS): libqemu_common.a -include \$(QEMU_ROOT)/xen-hooks.mak