This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Problem with make dist



In my cross powerpc build directory, I tried running make dist and
got:
make[4]: Entering directory `/usr/src/cvs/libc/elf'
make[4]: *** No rule to make target `dl-machine.c', needed by `dist'.  Stop.
make[4]: Leaving directory `/usr/src/cvs/libc/elf'

We have:
gromit:/usr/src/cvs/libc:[1]$ find . -name "dl-machine.c"
./sysdeps/mach/hurd/mips/dl-machine.c
./sysdeps/powerpc/dl-machine.c

and sysdeps/powerpc/Makefile contains:
ifeq ($(subdir),elf)
dl-routines += dl-machine
rtld-routines += dl-machine dl-start
endif

Any ideas how to fix this?

Thanks,
Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]