Closed panickervinod closed 6 years ago
Should it be '{print $2}' instead of '{print $$2}' in the local target?
In a makefile the $ needs to be escaped as $$. Refer to https://www.gnu.org/software/make/manual/html_node/Variables-in-Recipes.html
Should it be '{print $2}' instead of '{print $$2}' in the local target?