aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-09-15 13:17:24 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-09-15 13:17:24 +0000
commit47ff2422dbdb3187dd2d82bb8268803c6f58b652 (patch)
treefd07f9dce8e9a68f5673d93cdadbb282bba400b1
parent1e2fc48ada71772332a09839328d66d2a2312e5f (diff)
downloadxen-47ff2422dbdb3187dd2d82bb8268803c6f58b652.tar.gz
xen-47ff2422dbdb3187dd2d82bb8268803c6f58b652.tar.bz2
xen-47ff2422dbdb3187dd2d82bb8268803c6f58b652.zip
Fix the libxc Makefile.
-rw-r--r--tools/libxc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile
index 57a24a22e4..f1ac817d1f 100644
--- a/tools/libxc/Makefile
+++ b/tools/libxc/Makefile
@@ -32,8 +32,7 @@ BUILD_SRCS += xc_ia64_stubs.c
else
SRCS += xc_ptrace.c
SRCS += xc_ptrace_core.c
-
-BUILD_SRCS := xc_load_aout9.c
+BUILD_SRCS += xc_load_aout9.c
BUILD_SRCS += xc_linux_restore.c
BUILD_SRCS += xc_linux_save.c
BUILD_SRCS += xc_vmx_build.c