summaryrefslogtreecommitdiff
path: root/src/remake.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/remake.c')
-rw-r--r--src/remake.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/remake.c b/src/remake.c
index 12b12a61..d0d6fab1 100644
--- a/src/remake.c
+++ b/src/remake.c
@@ -30,7 +30,7 @@ this program. If not, see <https://www.gnu.org/licenses/>. */
#include <sys/file.h>
#endif
-#ifdef VMS
+#if MK_OS_VMS
#include <starlet.h>
#endif
#ifdef WINDOWS32
@@ -1431,7 +1431,7 @@ f_mtime (struct file *file, int search)
/* If we found it in VPATH, see if it's in GPATH too; if so,
change the name right now; if not, defer until after the
dependencies are updated. */
-#ifndef VMS
+#if !MK_OS_VMS
name_len = strlen (name) - strlen (file->name) - 1;
#else
name_len = strlen (name) - strlen (file->name);