summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-04-18 21:13:57 +0000
committermidipix <writeonce@midipix.org>2021-04-18 21:16:28 +0000
commitc845787a3a6a77f984cc44f10cb6679a1b6b932a (patch)
tree3275fcd01bf3e3199306fcbe6d48e821fae960e1 /Makefile.in
parent4a5ee25571c6b88126b5a039c9457779083454f2 (diff)
downloadntux-c845787a3a6a77f984cc44f10cb6679a1b6b932a.tar.bz2
ntux-c845787a3a6a77f984cc44f10cb6679a1b6b932a.tar.xz
build system: purify rules for informational config-time targets.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
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