Submitter | Simon Heimberg |
---|---|
Date | Nov. 18, 2013, 11:24 p.m. |
Message ID | <1a083ec12a747cfcffa7.1384817081@lapsi.heimberg.home> |
Download | mbox | patch |
Permalink | /patch/3063/ |
State | Superseded |
Commit | 872f81de2865523e3ac9268d099b214b0504eb05 |
Headers | show |
Comments
Patch
diff -r 08fffc33af47 -r 1a083ec12a74 Makefile --- a/Makefile Sun Nov 17 20:22:59 2013 -0500 +++ b/Makefile Sun Nov 17 12:17:55 2013 +0100 @@ -127,7 +127,7 @@ # work on a temporary copy for never having a half completed target cp $@ $@.tmp msgmerge --no-location --update $@.tmp $^ - mv -f $@~ $@ + mv -f $@.tmp $@ .PHONY: help all local build doc clean install install-bin install-doc \ install-home install-home-bin install-home-doc dist dist-notests tests \