summaryrefslogtreecommitdiffstats
path: root/rules/other
diff options
context:
space:
mode:
Diffstat (limited to 'rules/other')
-rw-r--r--rules/other/Toplevel.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/other/Toplevel.make b/rules/other/Toplevel.make
index 0cc05e5fd..d8c9fc36b 100644
--- a/rules/other/Toplevel.make
+++ b/rules/other/Toplevel.make
@@ -107,7 +107,7 @@ include $(PTX_DGEN_DEPS_POST)
# just the "print" target
# ----------------------------------------------------------------------------
-print-%: FORCE
+print-% /print-%: FORCE
$(if $(filter k,$(MAKEFLAGS)),,$($(if $(filter undefined,$(origin $(*))),$(error $(*) undefined))))
@echo "$(if $(filter 1,$(PTXDIST_VERBOSE)),$(*)=)$($(*))"