It turns out it is not a bug--just general error/quirk.
Okay, I found the error, and the reason why I been going insane over
this over the past few hours.
My filenames have semi-colons in them. That is what triggered the
"missing separator" error.
Makefile.am:
# filename wit
My filenames have semi-colons in them and yes I did escape them (as-is
text):
admin_files = some-file.dat
admin_templates_files = Admin/templates/adminLoginForm;admin;default
Admin/templates/blockEdit\;admin\;default
Admin/templates/colorEdit\;admin\;default
Admin/templates/data\;admin\;defaul
On 05/27/2014 05:56 PM, PenguinDude24 wrote:
On 05/27/2014 07:21 AM, Paul Smith wrote:
On Mon, 2014-05-26 at 20:46 -0400, PenguinDude24 wrote:
What I think happened is that obviously there was some internal error
with heuristics that GNU Make (and most likely others), and the
heuristics engine
On 05/27/2014 07:21 AM, Paul Smith wrote:
On Mon, 2014-05-26 at 20:46 -0400, PenguinDude24 wrote:
What I think happened is that obviously there was some internal error
with heuristics that GNU Make (and most likely others), and the
heuristics engine could not figure out how to parse that long li
On Mon, 2014-05-26 at 20:46 -0400, PenguinDude24 wrote:
> What I think happened is that obviously there was some internal error
> with heuristics that GNU Make (and most likely others), and the
> heuristics engine could not figure out how to parse that long line
> (maybe was not expecting data t