[Mono-list] Problem with make dist

Neale.Ferguson@SoftwareAG-USA.com Neale.Ferguson@SoftwareAG-USA.com
Mon, 13 Sep 2004 12:20:27 -0400


After fixing the Makefile.am problem described in an earlier post, I'm =
now getting the following and don't know how to proceed/fix:

make[1]: Entering directory `/home/usanefe/Mono/mono/runtime'
list=3D'. net_1_1 net_2_0'; for subdir in $list; do \
  if test "$subdir" =3D .; then :; else \
    test -d "../mono-1.1.1/runtime/$subdir" \
    || mkdir "../mono-1.1.1/runtime/$subdir" \
    || exit 1; \
    (cd $subdir && \
      make  \
        top_distdir=3D"../../mono-1.1.1" \
        distdir=3D"../../mono-1.1.1/runtime/$subdir" \
        distdir) \
      || exit 1; \
  fi; \
done
make[2]: Entering directory `/home/usanefe/Mono/mono/runtime/net_1_1'
make[2]: *** No rule to make target `Accessibility.dll.mdb', needed by =
`distdir'.  Stop.
make[2]: Leaving directory `/home/usanefe/Mono/mono/runtime/net_1_1'
make[1]: *** [distdir] Error 1
make[1]: Leaving directory `/home/usanefe/Mono/mono/runtime'
make: *** [distdir] Error 1