Skip to content

Commit 0ce0ce9

Browse files
committed
makefile: add missing .PHONY for print-% targets
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent bf7e2bc commit 0ce0ce9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flow/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,8 @@ all_verilog : $(foreach file,$(RESULTS_ODB),$(file).v)
893893
.PHONY: handoff
894894
handoff : all_defs all_verilog
895895

896-
print-% : ; @echo $* = $($*)
896+
.PHONY: print-%
897+
print-%: ; @echo $* = $($*)
897898

898899
# Utilities
899900
#-------------------------------------------------------------------------------

0 commit comments

Comments
 (0)