summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJPeterMugaas <jpmugaas@suddenlink.net>2019-04-22 20:06:04 (GMT)
committerJPeterMugaas <jpmugaas@suddenlink.net>2019-04-22 20:06:04 (GMT)
commit2acddd9918bdef87179d63fd06dc31e9d9bc3f1e (patch)
tree241e8415c60b5cddba4a7b94ba6e5bfa078ed980 /Makefile
parentb48f823f907e7763ed4178726c00453fb2af7a28 (diff)
downloadlz4-2acddd9918bdef87179d63fd06dc31e9d9bc3f1e.zip
lz4-2acddd9918bdef87179d63fd06dc31e9d9bc3f1e.tar.gz
lz4-2acddd9918bdef87179d63fd06dc31e9d9bc3f1e.tar.bz2
Fix a test for mingw
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b7926b7..dd731eb 100644
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,7 @@ clean:
#-----------------------------------------------------------------------------
# make install is validated only for Linux, OSX, BSD, Hurd and Solaris targets
#-----------------------------------------------------------------------------
-ifeq ($(POSIX_ENV),yes)
+ifeq ($(POSIX_ENV),Yes)
HOST_OS = POSIX
.PHONY: install uninstall