From: WJ A. <oc...@wy...> - 2003-07-29 15:46:28
|
I just synchronised with the cvs and make stalls at the start: # make Makeconf:49: *** missing separator. Stop. The line in question: @DEFHAVE_X@ starts with @ and is interpreted as a target without a cause. Replacing=20 it with: HAVE_X=3D1 makes that step work. which probably should read something like @DEFHAVE_X@ Is this just me or does this happen to others? |