]> granicus.if.org Git - nethack/commitdiff
fix Makefile.mingw32
authornhmall <nhmall@nethack.org>
Sat, 5 Feb 2022 01:26:05 +0000 (20:26 -0500)
committernhmall <nhmall@nethack.org>
Sat, 5 Feb 2022 01:26:05 +0000 (20:26 -0500)
sys/windows/Makefile.mingw32

index ec4e5c844fd1bf34c714942273e785dd39fb6f0e..5ac9e0fc0b41684823c57da82228f2536420776a 100644 (file)
@@ -82,11 +82,11 @@ LUAVER=$(LUA_VERSION)
 endif
 
 # if GIT=1 is passed on the make command, allow use of git and internet
-if "$(GIT)" "1"
+ifeq "$(GIT)" "1"
 INTERNET_AVAILABLE=Y
 GIT_AVAILABLE=Y
 endif
-if "$(git)" "1"
+ifeq "$(git)" "1"
 INTERNET_AVAILABLE=Y
 GIT_AVAILABLE=Y
 endif