]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Make sure the built-sources-only target is writable
authorHarlan Stenn <stenn@ntp.org>
Thu, 13 Jan 2011 06:53:03 +0000 (01:53 -0500)
committerHarlan Stenn <stenn@ntp.org>
Thu, 13 Jan 2011 06:53:03 +0000 (01:53 -0500)
bk: 4d2ea14fDtKQvcx4wFGsHulUkAuKkQ

sntp/Makefile.am

index 74ada09694aa2dfee46477dc1fc4b72b8182e008..4e7c4e00e24d991c0643b80eb47c820c6ef9ebf0 100644 (file)
@@ -114,7 +114,7 @@ FRC FRC.version:
        @: each time they or a dependent is built.
 
 built-sources-only: $(BUILT_SOURCES)
-       @touch $@
+       @umask 0 && touch $@
 
 # HMS: The next bit is still suboptimal.  If bk is present but this NTP
 # repo is not a bk repo, we'll get an error message from the prs command.