diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-10-03 21:52:47 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-10-03 21:52:47 +0200 |
commit | d965f59cae4f3541d464e50c772ebbd694b28bf4 (patch) | |
tree | f349c5bb25f2ce4522a0b27fea0217b9e087c09a /Makefile.in | |
parent | 0908d39e464db32c0d6175bfd24ae67873c4ff2f (diff) | |
parent | 4d99273ada7f888cc1f288f16212f710c15e1c0d (diff) | |
download | ayatana-indicator-sound-d965f59cae4f3541d464e50c772ebbd694b28bf4.tar.gz ayatana-indicator-sound-d965f59cae4f3541d464e50c772ebbd694b28bf4.tar.bz2 ayatana-indicator-sound-d965f59cae4f3541d464e50c772ebbd694b28bf4.zip |
New upstream release.
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 c28439d..4b4758c 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, @@ -642,7 +642,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) |