--- gvpe/Makefile.in 2007/03/29 17:35:20 1.12 +++ gvpe/Makefile.in 2011/02/15 13:31:21 1.17 @@ -97,6 +97,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POSUB = @POSUB@ @@ -163,7 +164,11 @@ ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = config.rpath mkinstalldirs depcomp TODO +EXTRA_DIST = config.rpath mkinstalldirs depcomp TODO \ + libev/ev.c libev/ev.h libev/libev.m4 libev/ev++.h \ + libev/ev_epoll.c libev/ev_kqueue.c libev/ev_poll.c libev/ev_select.c \ + libev/ev_vars.h libev/ev_win32.c libev/ev_wrap.h + CVS_CREATED = ABOUT-NLS configure aclocal.m4 config.h.in config.guess \ config.sub install-sh missing mkinstalldirs \ @@ -368,7 +373,7 @@ distdir: $(DISTFILES) $(am__remove_distdir) mkdir $(distdir) - $(mkinstalldirs) $(distdir)/po + $(mkinstalldirs) $(distdir)/libev $(distdir)/po @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ list='$(DISTFILES)'; for file in $$list; do \ @@ -408,7 +413,8 @@ || exit 1; \ fi; \ done - -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ + -find "$(distdir)" -type d ! -perm -755 \ + -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \