From f8a333c0caa2d060ee9bf42bad98d4a73c8ea8c1 Mon Sep 17 00:00:00 2001 From: Luke Schoen Date: Sat, 27 Jan 2018 11:30:46 +1100 Subject: [PATCH] fix: Fixes Issue #4. Update to Ranch 1.4.0 to support GNU Make 4.2.1 Previous version of GNU Make 3.81 supported Ranch 1.3.2, but after upgrading to GNU Make 4.2.1 it did not support Ranch 1.3.2, so it was necessary to upgrade to the latest Ranch 1.4.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0b48bad..b506be2 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ PROJECT_VERSION = 0.4.0 BUILD_DEPS = gpb dep_gpb = git https://github.com/tomas-abrahamsson/gpb 4.0.2 DEPS = ranch -dep_ranch = git https://github.com/ninenines/ranch 1.3.2 +dep_ranch = git https://github.com/ninenines/ranch 1.4.0 # Whitespace to be used when creating files from templates. SP = 4