summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-05-26 17:28:59 +0000
committermidipix <writeonce@midipix.org>2021-05-26 21:28:39 +0000
commit8d8f32bdbda5c21efc6bbcae55d32dfc3ab08556 (patch)
tree89fd8125735c83db202c5454311251dbae545741
parentf3f5bb256d8867fba6eb5a3a4dcff9a4b57b16c4 (diff)
downloadbautomake-8d8f32bdbda5c21efc6bbcae55d32dfc3ab08556.tar.bz2
bautomake-8d8f32bdbda5c21efc6bbcae55d32dfc3ab08556.tar.xz
build system: Makefile.in: host.tag: switch to a simple time-stamp.
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 9c27151..05015f2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -283,7 +283,8 @@ dirs.tag:
touch dirs.tag
host.tag: @makefile@
- $(CC) $(CFLAGS) -dumpmachine > host.tmp
+ rm -f host.tmp
+ touch host.tmp
mv host.tmp host.tag
version.tag: $(GIT_REFERENCE_INDEX) dirs.tag