summaryrefslogtreecommitdiffhomepage
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:43 +0000
commitd0b802bd45979d284407f6087e67b006d2171b75 (patch)
tree8065af3250d2c09a09f496d180580b2d5144a841 /Makefile.in
parentd3e1476c4ac91a8a8263397b57031e4a4419564a (diff)
downloadperk-d0b802bd45979d284407f6087e67b006d2171b75.tar.bz2
perk-d0b802bd45979d284407f6087e67b006d2171b75.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