summaryrefslogtreecommitdiff
path: root/utils/makefile.include
diff options
context:
space:
mode:
Diffstat (limited to 'utils/makefile.include')
-rw-r--r--utils/makefile.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/makefile.include b/utils/makefile.include
index 35a5134d9..879dcc23c 100644
--- a/utils/makefile.include
+++ b/utils/makefile.include
@@ -5,7 +5,7 @@ PHONY += lxc-activate lxc-purge
lxc-activate:
@$(MAKE) -s -f "$$(dirname $(abspath $(lastword $(MAKEFILE_LIST))))/makefile.lxc" lxc-activate
lxc-purge:
- $(Q)rm -rf ./lxc
+ $(Q)rm -rf ./lxc-env
else
include /.lxcenv.mk
endif