diff options
author | midipix <writeonce@midipix.org> | 2021-05-26 17:28:59 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-26 17:28:59 +0000 |
commit | 44c64d883ee8f32e97fa82bcdb341bad147803c1 (patch) | |
tree | bea98771f65fd6574959a90a1e05f921d46e2666 | |
parent | d6df7b30e6b9a59388d7adfd671cc83b25342ea7 (diff) | |
download | slibtool-44c64d883ee8f32e97fa82bcdb341bad147803c1.tar.bz2 slibtool-44c64d883ee8f32e97fa82bcdb341bad147803c1.tar.xz |
build system: Makefile.in: host.tag: switch to a simple time-stamp.
-rw-r--r-- | Makefile.in | 3 |
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 |