From dea52d3cb07ee32517dc38ec909725d83a63b7bb Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 17 Sep 2020 18:10:59 +0200 Subject: [PATCH 1/1] build: Don't set CC twice. Identical code is at the top of the Makefile. --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 2ebb0de..6674514 100644 --- a/Makefile +++ b/Makefile @@ -22,9 +22,6 @@ executables := oslfsck man_pages := oslfsck.1 INSTALL := install -ifeq "$(origin CC)" "default" - CC := cc -endif MKDIR := mkdir -p RM := rm -f LN := ln -- 2.39.2