build: Do *.am.inc substitutions from make correctly
authorDan Nicholson <nicholson@endlessm.com>
Wed, 18 Oct 2017 16:17:19 +0000 (16:17 +0000)
committerAtomic Bot <atomic-devel@projectatomic.io>
Wed, 18 Oct 2017 16:53:29 +0000 (16:53 +0000)
commit3f3d3d64acf0391df3c91b4e3a7c6c7bc5741685
tree8e40a3b9af6d6cd8fa402bf95dc1a52f49895293
parent18b85fa8bdb2e1b794a3f3ecc56d618c88744f92
build: Do *.am.inc substitutions from make correctly

The string needs to be escaped with a $ since we want to replace the
literal string $(path). Without this make will run the command with the
value of the variable, which won't match anything in the input Makefile
stub.

Closes: #1291
Approved by: smcv
Makefile.am