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:30 +0000
commit68796bf1ab5b4cb0c880cb02ab5391dffe1cc364 (patch)
tree0061e8725bbe90bac29626da9da68ca09681cb11 /Makefile.in
parent165f0f7919b7ef7561fd950ea86c3545273d02fb (diff)
downloadw32lib-68796bf1ab5b4cb0c880cb02ab5391dffe1cc364.tar.bz2
w32lib-68796bf1ab5b4cb0c880cb02ab5391dffe1cc364.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