summaryrefslogtreecommitdiffhomepage
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:43 +0000
commitc61b12002c1ccbcc551be651f803b9ea0bddd88d (patch)
treea7bcb1024f8f3ee35efd96a081bfa9a6c404d4c7
parenteb2694fe32e89c80d791b08f941e3f9e2f781bb8 (diff)
downloadptycon-c61b12002c1ccbcc551be651f803b9ea0bddd88d.tar.bz2
ptycon-c61b12002c1ccbcc551be651f803b9ea0bddd88d.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