aboutsummaryrefslogtreecommitdiffstats
path: root/tools/security/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/security/Makefile')
-rw-r--r--tools/security/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/security/Makefile b/tools/security/Makefile
index cd0835a910..d29a1926bb 100644
--- a/tools/security/Makefile
+++ b/tools/security/Makefile
@@ -86,7 +86,7 @@ install:
endif
.PHONY: build
-build: mk-symlinks $(ACM_INST_TOOLS) $(ACM_NOINST_TOOLS)
+build: $(ACM_INST_TOOLS) $(ACM_NOINST_TOOLS)
python python/setup.py build
chmod 700 $(ACM_SCRIPTS)
@@ -104,7 +104,6 @@ clean:
$(RM) $(ACM_INST_TOOLS) $(ACM_NOINST_TOOLS)
$(RM) $(ACM_OBJS)
$(RM) $(PROG_DEPS)
- $(RM) -r xen
$(RM) -r build
.PHONY: mrproper