From 6f1720eeb3582432ddeebb869e8ddf79eee30f1c Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 18 Apr 2021 21:13:57 +0000 Subject: build system: purify rules for informational config-time targets. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index cbec844..49ee097 100644 --- a/Makefile.in +++ b/Makefile.in @@ -144,10 +144,10 @@ install-extras: install-app-extras: .cflags-host: - @printf '%s' "$(CFLAGS)" + @true : $(CFLAGS) .cflags-native: - @printf '%s' "$(NATIVE_CFLAGS)" + @true : $(NATIVE_CFLAGS) include ./ccenv/host.mk -- cgit v1.2.3