Fix bad perms on make

This commit is contained in:
Tim Hockin 2019-02-01 08:23:54 -08:00
parent dbfa625b4e
commit f7546fc17f
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ $(OUTBIN): .go/$(OUTBIN).stamp
./build/build.sh \
"
@if ! cmp -s .go/$(OUTBIN) $(OUTBIN); then \
cat .go/$(OUTBIN) > $(OUTBIN); \
mv .go/$(OUTBIN) $(OUTBIN); \
date >$@; \
fi