Skip to content

Commit abff71b

Browse files
authored
Merge pull request #1601 from Pinata-Consulting/makefile-fix-print
Makefile fix print
2 parents 2271f5d + 5b6f522 commit abff71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@ handoff : all_defs all_verilog
10771077

10781078
.PHONY: print-%
10791079
# Print any variable, for instance: make print-DIE_AREA
1080-
print-% : ; @echo $* = $($*)
1080+
print-% : ; @echo "$* = $($*)"
10811081

10821082
.PHONY: test-unset-and-make-%
10831083
test-unset-and-make-%: ; $(UNSET_AND_MAKE) $*

0 commit comments

Comments
 (0)