summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2018-07-17 08:37:47 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2018-07-17 08:37:47 +0100
commit6da38c103d05aaa01c4fac22fc23fd16969e2fb0 (patch)
tree7d7520ee76c66e7df466bde65a3fbcc0f98e7b15
parent404ca99ebbfbcec68dfe49176c26779a5da5bdf0 (diff)
downloadperl-6da38c103d05aaa01c4fac22fc23fd16969e2fb0.tar.gz
Clarify a comment - it's mini\.exists that gets deleted, not config.h
-rw-r--r--win32/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 1faa7b37cc..ab8af8bf89 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -474,11 +474,12 @@ INST_HTML = $(INST_TOP)$(INST_VER)\html
# Programs to compile, build .lib files and link
#
-#poison the recipe if no CCTYPE is set, and delete mini config.h if it was
-#written with no sane CC version set so the world is rebuilt
+# Poison the recipe if no CCTYPE is set, and delete mini\.exists so everything
+# is rebuilt next time to avoid reusing a mini config.h written with no sane CC
+# version set
!IF "$(CCTYPE)" == ""
CC = @echo CCTYPE makefile variable not set && del mini\.exists && exit 1 &&
-LINK32 = @echo CCTYPE makefile variable not set && del mini\.exists && exit 1 &&
+LINK32 = @echo CCTYPE makefile variable not set && del mini\.exists && exit 1 &&
!ELSE IF "$(__ICC)" != "define"
CC = cl
LINK32 = link