Arend wrote: > when trying to install a recent CVS version, I get the following error > during 'make install': > make[4]: Entering directory `/home/arend/Go/quarry/help/C' > /bin/sh ../../aux/mkinstalldirs /usr/local/share/omf/quarry > for file in quarry-C.omf; do \ > /usr/bin/install -c -m 644 $file.out > /usr/local/share/omf/quarry/$file; \ done > /usr/bin/install: cannot stat `quarry-C.omf.out': No such file or > directory
Seems to be a problem with the `aux/omf.make' file which I picked up somewhere. I'll commit a fix soon. The problem must be that you lost the `quarry-C.omf.out' file somehow and it doesn't get regenerated automatically. Try `make clean' or `make distclean' if that doesn't help. Paul
