diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-10-03 21:51:19 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-10-03 21:51:19 +0200 |
commit | 4d99273ada7f888cc1f288f16212f710c15e1c0d (patch) | |
tree | 3402fcfadd486cba3e0117d4d9f9a6ddefc52ff4 /Makefile.in | |
parent | 612866753e2b554abb0b448ae6a8c8ce1c2f4d87 (diff) | |
parent | 3683d55686016a92ef05a37b0516d1d802a33ef4 (diff) | |
download | ayatana-indicator-sound-4d99273ada7f888cc1f288f16212f710c15e1c0d.tar.gz ayatana-indicator-sound-4d99273ada7f888cc1f288f16212f710c15e1c0d.tar.bz2 ayatana-indicator-sound-4d99273ada7f888cc1f288f16212f710c15e1c0d.zip |
Import upstream version 12.10.1
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) |