diff --git a/configure/CONFIG_SITE b/configure/CONFIG_SITE index da6eb73c1..2867016fe 100644 --- a/configure/CONFIG_SITE +++ b/configure/CONFIG_SITE @@ -90,20 +90,20 @@ SHARED_LIBRARIES=NO STATIC_BUILD=NO # Should header dependancy files be automatically generated -# for each C/C++ source code file? +# for each C/C++ created object file? # must be either YES or NO HDEPENDS=YES -# Default command to generate header dependancies for host builds +# Command to generate header dependancy files for host builds # only used if HDEPENDS=YES # must be either CMPLR or MKMF # CMPLR - use c/c++ compiler -# MKMF - use mkmf.pl perl script in tools directory +# MKMF - use mkmf.pl perl script in /configure/tools directory # # CMPLR Note: On WIN32 hosts, gnu compilers gcc and g++ are used to # generate dependancy files for host builds,and they must # be in your path. -# WIN32 Note: CONFIG.win32-x86.win32-x86 distribution file contains +# WIN32 Note: CONFIG.win32-x86.win32-x86 distribution file contains # HOST_HDEPENDS_CMD=MKMF override # HOST_HDEPENDS_CMD=MKMF