Follow-up Comment #4, bug #43378 (project make):
Yes there are many things you can use instead of #nil: you can use an empty
string, an empty list, and #f, at least. You can see
http://www.gnu.org/software/make/manual/html_node/Guile-Types.html for a
discussion of how Guile types are converted ba
Follow-up Comment #3, bug #43378 (project make):
Ah, I see. The #nil trick is a decent enough workaround, although it will be
mystifying to anyone reading the code at first glance. I wonder if a just
plain empty string would work?
Anyway, I'll need to look over my code to see if there are any o
Update of bug #43378 (project make):
Component Version:None => 4.0
___
Follow-up Comment #2:
I agree that make's handling of # is busted: there's actually a bug open
elsewhere for similar issu