From 449b390e5ea7ccdf04604d69466ae226aea46b7b Mon Sep 17 00:00:00 2001 From: Tom Denham Date: Tue, 24 Jul 2018 13:43:42 -0700 Subject: [PATCH] Remove newlines --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 9c34f8fa..4dfee2e4 100644 --- a/Makefile +++ b/Makefile @@ -38,15 +38,11 @@ ifeq ($(ARCH),x86_64) override ARCH=amd64 endif - - - # list of arches *not* to build when doing *-all # until s390x works correctly EXCLUDEARCH ?= s390x VALIDARCHES = $(filter-out $(EXCLUDEARCH),$(ARCHES)) - # Determine which OS. OS?=$(shell uname -s | tr A-Z a-z) ###############################################################################