From b9df3fccb481f10b84bad8a5e455a61665f91726 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 17 Dec 2014 01:30:29 -0800 Subject: [PATCH] Remove trailing whitespace. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f8afe29..dbad8d8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Since we rely on paths relative to the makefile location, abort if make isn't being run from there. -$(if $(findstring /,$(MAKEFILE_LIST)),$(error Please only invoke this makefile from the directory it resides in)) +$(if $(findstring /,$(MAKEFILE_LIST)),$(error Please only invoke this makefile from the directory it resides in)) # Note: With Travis CI: # - the path to urchin is passed via the command line. # - the other utilities are NOT needed, so we skip the test for their existence.