diff options
author | midipix <writeonce@midipix.org> | 2021-04-18 21:13:57 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-04-18 21:13:57 +0000 |
commit | 45190f92dcc9fd204ed8266882f233f40f81c4dc (patch) | |
tree | 9b7451e7bc82a9afd54b22a5fcaa9a39d1adecaa /Makefile.in | |
parent | fbce8b1e4ea6390be0e46a503c5c22b4c4ca4b01 (diff) | |
download | slibtool-45190f92dcc9fd204ed8266882f233f40f81c4dc.tar.bz2 slibtool-45190f92dcc9fd204ed8266882f233f40f81c4dc.tar.xz |
build system: purify rules for informational config-time targets.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
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 |