From e412997a4165dac231fdce0a8e66647ea37fdf9c Mon Sep 17 00:00:00 2001 From: mintsuki Date: Fri, 28 Jan 2022 12:16:03 +0100 Subject: [PATCH] build: Make limine-hdd.h target not check toolchain --- GNUmakefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GNUmakefile.in b/GNUmakefile.in index 135b0197..f4a25742 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -135,6 +135,7 @@ ifneq ($(MAKECMDGOALS), maintainer-clean) ifneq ($(MAKECMDGOALS), uninstall) ifneq ($(MAKECMDGOALS), dist) ifneq ($(MAKECMDGOALS), limine-install) +ifneq ($(MAKECMDGOALS), limine-hdd.h) ifneq ($(MAKECMDGOALS), limine-eltorito-efi) ifneq ($(MAKECMDGOALS), install) ifneq ($(MAKECMDGOALS), install-data) @@ -186,6 +187,7 @@ endif endif endif endif +endif ifeq ($(USING_CLANG), 1) override LIMINE_CC := $(ORIG_LIMINE_CC)