build: Don't set CC twice.
[osl.git] / Makefile
index 2ebb0debe99bacd4087a765a62322f415ac85b24..66745146bfabff1e9bbc947cdbcfeaec1b9959a1 100644 (file)
--- 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