diff options
author | Alessio Treglia <alessio@debian.org> | 2013-01-15 00:46:37 +0000 |
---|---|---|
committer | Alessio Treglia <alessio@debian.org> | 2013-01-15 00:46:37 +0000 |
commit | 8f1bef0c8abe53da0001b0d4df1f5439fecd9c3b (patch) | |
tree | 67137e06f48cbe06c0bf16052ea446edf63eb7a0 /Makefile.in | |
parent | d723aded8c1b91731f391754358750e9119d6689 (diff) | |
parent | b99db4e5834bb8668c249bb7ce30af9a4d23527e (diff) |
Merge tag 'upstream/3.6.0'
Upstream version 3.6.0
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index c249810..c7fed24 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.5 from Makefile.am. +# Makefile.in generated by automake 1.11.6 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -582,7 +582,7 @@ distcheck: dist *.zip*) \ unzip $(distdir).zip ;;\ esac - chmod -R a-w $(distdir); chmod a+w $(distdir) + chmod -R a-w $(distdir); chmod u+w $(distdir) mkdir $(distdir)/_build mkdir $(distdir)/_inst chmod a-w $(distdir) |