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:44 +0000
commitab2d00390ef1eeac10c4576a64b2c19970ee0290 (patch)
treef20082d9e3f65477af52876740d0a8a7e20e4a0f /Makefile.in
parentde1f4558b9eaa8120d6edb8b37c3cb9f7857ca30 (diff)
downloadsbpython2-ab2d00390ef1eeac10c4576a64b2c19970ee0290.tar.bz2
sbpython2-ab2d00390ef1eeac10c4576a64b2c19970ee0290.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