diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-12-17 10:47:27 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-12-17 10:47:27 +0000 |
commit | 321bd84c7ca76628f94fe9c86b99e3d13fe1a159 (patch) | |
tree | cd122bfc39f73d0fdbfbdc1c41fe154ee2ceef0c /lib/libXRes/Makefile.in | |
parent | e5bd0d54bda8f59a1caeb9a0ffcfca2a94aeeb09 (diff) |
- merge libXres 1.0.3
- regen generated files
Diffstat (limited to 'lib/libXRes/Makefile.in')
-rw-r--r-- | lib/libXRes/Makefile.in | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/lib/libXRes/Makefile.in b/lib/libXRes/Makefile.in index d90b5f36c..59b8adc3f 100644 --- a/lib/libXRes/Makefile.in +++ b/lib/libXRes/Makefile.in @@ -15,7 +15,6 @@ @SET_MAKE@ # -# $Xorg: Makefile.am,v 1.1.1.1 2006/11/25 16:50:23 matthieu Exp $ # # Copyright © 2003 Keith Packard, Noah Levitt # @@ -490,6 +489,9 @@ distdir: $(DISTFILES) || exit 1; \ fi; \ done + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$(top_distdir)" distdir="$(distdir)" \ + dist-hook -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ @@ -675,7 +677,7 @@ uninstall-info: uninstall-info-recursive .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ check-am clean clean-generic clean-libtool clean-recursive \ ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ - dist-shar dist-tarZ dist-zip distcheck distclean \ + dist-hook dist-shar dist-tarZ dist-zip distcheck distclean \ distclean-generic distclean-hdr distclean-libtool \ distclean-recursive distclean-tags distcleancheck distdir \ distuninstallcheck dvi dvi-am html html-am info info-am \ @@ -690,9 +692,10 @@ uninstall-info: uninstall-info-recursive uninstall-pkgconfigDATA -ChangeLog: FORCE - git-log > ChangeLog -FORCE: ChangeLog +ChangeLog: + (GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2) + +dist-hook: ChangeLog # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |