diff options
author | Paul Smith <psmith@gnu.org> | 2006-01-04 14:45:16 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2006-01-04 14:45:16 +0000 |
commit | 64e16d6c00a59fcff9681e032ac8dbec46d3e960 (patch) | |
tree | 48a8511b273fdfc555442951b97cca3fceb79ee6 /config.h-vms.template | |
parent | 3d0d9e5d75eecd48d106918e0f568590f67fc26a (diff) | |
download | gunmake-64e16d6c00a59fcff9681e032ac8dbec46d3e960.tar.gz |
Various changes getting ready for the release of 3.81.
- Updates to make.texi and make.1 and other documentation
- Some VMS patches
- Fix minor bugs reported on the mailing list and from Debian.
Diffstat (limited to 'config.h-vms.template')
-rw-r--r-- | config.h-vms.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h-vms.template b/config.h-vms.template index c252b9c..e385b88 100644 --- a/config.h-vms.template +++ b/config.h-vms.template @@ -350,7 +350,7 @@ /* Define for case insensitve filenames */ #define HAVE_CASE_INSENSITIVE_FS 1 -/* VMS specific, define it if you want to use case sensitve targets */ +/* VMS specific, define it if you want to use case sensitive targets */ /* #undef WANT_CASE_SENSITIVE_TARGETS */ /* VMS specific, V7.0 has opendir() and friends, so it's undefined */ |