Daniel Richard G. writes:
> > -----Original Message-----
> >
> > Can you send me src/Makefile, please, gzip'ed?
> 
> It is attached.

After glancing over the file, off-list, I can only conclude that you
may have built inside the source tree before, and not done a full
  make distclean

there, before starting a VPATH build (build tree != source tree), IOW,
there might be leftover object files in the source tree.

The Makefile clearly shows the dependency of mv$(EXEEXT) upon $(mv_OBJEXTS)
which expands to $(am_mv_OBJECTS) which contains $(am__objects_1) which
expands to copy.$(OBJEXT) cp-hash.$(OBJEXT).

If this doesn't help clear up the issue, then maybe you can send make debug
output, e.g., 'make -d SHELL="/bin/sh -x"' (please pack again).

Cheers,
Ralf



_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to