I am not sure if this is a bug but it is a change in functionality if the
Makefile is checked into SCCS and an 'include' file does not exist, the make
fails, wheras if the Makfile is simply a plain file and the include does not
exist, the make proceeds with a warning.
This has an impact when I hav
Hi Paul,
After extracting the tarball to a directory, I issued the command
'nmake /f NMakefile' to start the compilation process.
I found this simple problem that prevents it from linking. It is
missing the hash.obj which causes undefined externals.
I have attached a patch below.
Sridhar
*** h
This was reported as bug #1687 and fixed in the source. The fix will be
in the next version of GNU make.
Thanks!
--
---
Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at:
http://www.gnu.org