diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-10-03 21:29:33 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-10-03 21:29:33 +0200 |
commit | 046a85c9d3ed2a03bdd9fe07523ec7d740ab66fe (patch) | |
tree | 9c993d4027926cfc8b3aff79fc0245e1155537cd /Makefile.in | |
parent | 0d351a02b4920370b543a506dfd38f0af7db5631 (diff) | |
parent | 2b173ee927e6ffe4be7c9bd7d8dfe87c71f734c8 (diff) | |
download | ayatana-indicator-session-046a85c9d3ed2a03bdd9fe07523ec7d740ab66fe.tar.gz ayatana-indicator-session-046a85c9d3ed2a03bdd9fe07523ec7d740ab66fe.tar.bz2 ayatana-indicator-session-046a85c9d3ed2a03bdd9fe07523ec7d740ab66fe.zip |
Import upstream version 12.10.4
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 b04b06b..b9f5078 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, @@ -658,7 +658,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) |