Closed GoogleCodeExporter closed 8 years ago
I'm guessing the issue here is 'make' on fbsd isn't gnu make. A simple work
around
would be to change
http://code.google.com/p/neatx/source/browse/trunk/neatx/Makefile.am#142 from:
sed -f $(REPLACE_VARS_SED) < $< > $@
to:
sed -f $(REPLACE_VARS_SED) < extras/upload.in > $@
Original comment by kormat
on 11 Oct 2009 at 1:43
Thank you very match.
yes, 'make' on fbsd isn't gnu make.
Original comment by yurich...@gmail.com
on 12 Oct 2009 at 3:37
Ok, that makes sense so. As INSTALL mentions, Gnu Make is a requirement, so i'm
going
to mark this as WontFix. Thanks,
Steve
Original comment by kormat
on 24 Oct 2009 at 6:54
Original issue reported on code.google.com by
yurich...@gmail.com
on 9 Oct 2009 at 11:11