diff options
author | midipix <writeonce@midipix.org> | 2021-05-26 17:28:59 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-26 21:28:41 +0000 |
commit | fb88176122f0761f51cdf1ae1ef2290a3790525b (patch) | |
tree | c0ab556eb33009f85d64e0f49526d9ee09a1b893 | |
parent | cfd3656d052441adefbf6de035b7c32c046e7319 (diff) | |
download | ntapi-fb88176122f0761f51cdf1ae1ef2290a3790525b.tar.bz2 ntapi-fb88176122f0761f51cdf1ae1ef2290a3790525b.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 |