|
make error with binutils
I am conducting the first pass with bintils one. My host system is the live CD. I am wrapping the configure in a time block with make and make install. I receive the following block.
cp bfd-in3.h bfd-tmp.h
/bin/sh ./../moveif-hange bfd-tmp.h bfd.h
bfd.h is unchanged
rm-f bfd-tmp.h
touch stmp-bfd-h
make[3]:*** No rule to make target '../include/ansidecl.h', needed by 'archive.lo', stop.
make[3]: Leaving directory '/mnt/lfs/binutils-build/binutils/bfd'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/mnt/lfs/binutils-build/binutils/bfd'
make[1]: ***[all] Error 2
make[1] Leaving directory '/mnt/lfs/binutils-build/binutils/bfd'
make: *** [all-bfd] Error 2
Does anyone know what causes this? Thanks.
|