On Wed, 2008-04-23 at 17:11 +0200, Arthur Carlson wrote: > $ make SWITCH=on a > > makefile:10: *** missing `endif'. Stop.
This is a bug in GNU make 3.80. You should upgrade to 3.81. I can only assume that the reason it works on one system and not the other, is that the working version was patched with the fix and the non-working version wasn't. _______________________________________________ Bug-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-make
