commit | 5d1ad35275cf0f3dd96925aa7ed3feb3ddebd2cf | [log] [tgz] |
---|---|---|
author | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | Sun Jan 25 23:57:08 2015 +0000 |
committer | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | Sun Jan 25 23:57:08 2015 +0000 |
tree | 19eb258579482cc69ebfe107b9dd762700631108 | |
parent | 3e6b7bb9480ca0aff25f9d6bc7767bf4c5331447 [diff] |
Fix "unterminated variable reference" on ancient versions of GNU make Add a workaround for the GNU make that shipped with CentOS 4.9, which apparently does not like semicolons in shell code (and which also ignores info functions altogether by the way). Corresponding to flashrom svn r1875. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>