Topic: Getting rid of a subroutine in the makefile
I had two versions of the same subroutine "Correl" source-code and both are showing up in the makefile. When I try to compile a new program, I get the error message "Makefile(43): Error: More than one command list found for (build\Correl.o)" I have deleted both versions of the Correl source-code and object file as well as all calls to the subroutine but I still get the message. I now have no reference to the offending subroutine but I can't remove it from the makefile. Any suggestions?
Alan