I previously reported this problem under a different thread but thought I should make it a separate issue since it is - a separate issue.
...
gcc -c -fsigned-char -pipe -Wall -Wno-unused-but-set-variable -O3 -fomit-frame-pointer -I/home/blake/Backup/gcl.git/gcl/o -I../h -I../gcl-tk user_match.c
rm -f gcllib.a
ar qc gcllib.a bcmp.o bcopy.o bzero.o user_init.o user_match.o
ranlib gcllib.a
make[1]: Leaving directory `/home/blake/Backup/gcl.git/gcl/o'make h/cmpinclude.h
make[1]: Entering directory `/home/blake/Backup/gcl.git/gcl'make[1]: `h/cmpinclude.h' is up to date.
make[1]: Leaving directory `/home/blake/Backup/gcl.git/gcl'
rm -f o/cmpinclude.h ; cp h/cmpinclude.h o
cd unixport && make saved_pre_gcl
ls: cannot access ../lsp/*.o: No such file or directory
ls: cannot access ../xgcl-2/*.o: No such file or directory
ls: cannot access ../cmpnew/*.o: No such file or directory
ls: cannot access gcl_recompile?*.o: No such file or directory
ls: cannot access ../mod/*.o: No such file or directory
ls: cannot access ../pcl/*.o: No such file or directory
ls: cannot access ../clcs/*.o: No such file or directory
make[1]: Entering directory `/home/blake/Backup/gcl.git/gcl/unixport'
make[1]: *** No rule to make target `saved_pre_gcl'. Stop.
make[1]: Leaving directory `/home/blake/Backup/gcl.git/gcl/unixport'
make: *** [unixport/saved_pre_gcl] Error 2Sure appreciate any pointers.