diff options
author | midipix <writeonce@midipix.org> | 2021-05-26 17:28:59 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-26 21:28:45 +0000 |
commit | 6ee5b8e0476988a77655a61b20c9f071038fa904 (patch) | |
tree | 627a9779b76de09bfb5371bfcd4855ccc76b7700 | |
parent | c2db8547b51c4af30bdcbef569725a4c9419cfbe (diff) | |
download | sltdl-6ee5b8e0476988a77655a61b20c9f071038fa904.tar.bz2 sltdl-6ee5b8e0476988a77655a61b20c9f071038fa904.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 |