summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
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