aboutsummaryrefslogtreecommitdiff
path: root/build/bootstrap.make
diff options
context:
space:
mode:
Diffstat (limited to 'build/bootstrap.make')
-rw-r--r--build/bootstrap.make5
1 files changed, 2 insertions, 3 deletions
diff --git a/build/bootstrap.make b/build/bootstrap.make
index f42b6c6..d30bd26 100644
--- a/build/bootstrap.make
+++ b/build/bootstrap.make
@@ -327,11 +327,10 @@ endif
# `disfigure' target.
#
.PHONY: disfigure
+.PHONY: $(dcf_root)/.disfigure
-disfigure:: $(build_absolute_clean_target)
+disfigure:: $(build_absolute_clean_target) $(dcf_root)/.disfigure
-#@@ Is there a better way?
-#
ifeq ($(.DEFAULT_GOAL),disfigure)
.DEFAULT_GOAL :=
endif