summaryrefslogtreecommitdiff
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:27 +0000
commit80f8abbf755a3b0f5abe63ae4a7e572871ecb5cb (patch)
treec0b09c3fdc070b61e1ba1789ef30c9a024cbf3ec /Makefile.in
parentf6f684dceacfca1a866f867dfa5390c0f26bb61e (diff)
downloadbautomake-80f8abbf755a3b0f5abe63ae4a7e572871ecb5cb.tar.bz2
bautomake-80f8abbf755a3b0f5abe63ae4a7e572871ecb5cb.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