From: Andre Noll Date: Thu, 17 Sep 2020 16:10:59 +0000 (+0200) Subject: build: Don't set CC twice. X-Git-Tag: v0.2.0~1^2~1 X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=commitdiff_plain;h=dea52d3cb07ee32517dc38ec909725d83a63b7bb;hp=ed956579bd31083ac13e9176b6362c64bdadaceb;ds=sidebyside build: Don't set CC twice. Identical code is at the top of the Makefile. --- 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