summaryrefslogtreecommitdiff
path: root/Makefile.in
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
commit193fd7e1f82dc2ab69830fd7b23a720df56cc66c (patch)
tree64dbd9b19310330f4728ed7c1c449a960c3e5715 /Makefile.in
parent612f90f6e8bcb819aab9337eb0d05de749f6b6cf (diff)
downloadbcparser-193fd7e1f82dc2ab69830fd7b23a720df56cc66c.tar.bz2
bcparser-193fd7e1f82dc2ab69830fd7b23a720df56cc66c.tar.xz
build system: Makefile.in: host.tag: switch to a simple time-stamp.
Diffstat (limited to 'Makefile.in')
-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