What's ending up in the Makefile is rather interesting....
SRCS_2_1 = Messages.c Print.c PrintShell.c SSpinB.c XmStrDefs.c
EXTRA_DIST = ${SRCS_2_1}
#XDND_SRC = \
#xdnd.c
XDND_SRC = \
libXm_la_LIBADD = \
${X_LIBS} -lXt ${X_PRE_LIBS} -lXp -lXext -lX11 \
${X_EXTRA_LIBS}
#libXm_la_LIBADD = \
#${X_LIBS} -lXt ${X_PRE_LIBS} -lX11 \
# ${X_EXTRA_LIBS}
As you can see, the XDND_SRC should be "", but the continuation of the line
brings libXm_la_LIBADD up as an XDND_SRC!!!!!!
On 19-Nov-00 at 07:27, Rick Scott ([EMAIL PROTECTED]) wrote:
> My last problem seems to be gone, however I have a new one that looks real
> strange to me. I have re-done the whole CVSMake/configure bit, but make
> distcheck is now failing with this....
>
>
> make[3]: Leaving directory
> `/hdc1/home/rwscott/tmp/lesstif/lesstif-0.91.27/=build/lib/Uil-2.0'
> make[3]: Entering directory
> `/hdc1/home/rwscott/tmp/lesstif/lesstif-0.91.27/=build/lib/Xm-2.1'
> make[3]: *** No rule to make target `../Xm/libXm_la_LIBADD', needed by
> `distdir'. Stop.
> make[3]: Leaving directory
> `/hdc1/home/rwscott/tmp/lesstif/lesstif-0.91.27/=build/lib/Xm-2.1'
> make[2]: *** [distdir] Error 1
>
>
>