This makes the expansion of "cat $(VLSI_RTL)" happen as a child of the shell that runs the for loop. The existing version will sometimes produce a bash "too many arguments" error because the $(shell cat $(VLSI_RTL)) is expanded first and then passed as a giant command to bash.
6.5 KiB
6.5 KiB