From: Andre Noll Date: Sat, 16 May 2020 11:23:36 +0000 (+0200) Subject: build: Don't insist on gcc. X-Git-Tag: v0.2.0~8^2~7 X-Git-Url: http://git.tuebingen.mpg.de/releases/paraslash-0.3.0.tar.bz2?a=commitdiff_plain;h=d0c875c9c4678abebfd530c8ab83e6f3461522c5;p=osl.git build: Don't insist on gcc. On BSD systems gcc might not be installed while cc should always exist. --- diff --git a/Makefile b/Makefile index c52eaea..a9fad77 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ man_pages := oslfsck.1 INSTALL := install ifeq "$(origin CC)" "default" - CC := gcc + CC := cc endif MKDIR := mkdir -p RM := rm -f