From 8925c8b13e0384bdcf030ae786a3ec74d12ff30f Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Tue, 9 Sep 2003 14:59:32 +0000 Subject: bitkeeper revision 1.412.1.1 (3f5dead4Q7H73DU1k60q13_8T8HYbQ) Makefile Cleanups, added xenolinux-sparse soft link, added NETFILTER to default xenolinux build. --- tools/balloon/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/balloon') diff --git a/tools/balloon/Makefile b/tools/balloon/Makefile index dd88eab72a..86108af671 100644 --- a/tools/balloon/Makefile +++ b/tools/balloon/Makefile @@ -5,7 +5,8 @@ $(TARGET): balloon.c $(CC) -O2 -Wall -o $(TARGET) balloon.c install: $(TARGET) - cp $(TARGET) ../../../install/bin + mkdir -p ../../../install/bin + cp -a $(TARGET) ../../../install/bin clean: $(RM) *.o $(TARGET) *~ -- cgit v1.2.3