$OpenBSD: patch-tools_Makefile_in,v 1.4 2014/07/17 15:59:43 ajacoutot Exp $ --- tools/Makefile.in.orig Tue Jan 14 05:00:23 2014 +++ tools/Makefile.in Fri Jul 11 12:54:18 2014 @@ -489,7 +489,6 @@ AM_CFLAGS = \ -DG_LOG_DOMAIN=\"IBUS\" \ -DIBUS_DISABLE_DEPRECATED \ -Wno-unused-variable \ - -Wno-unused-but-set-variable \ -Wno-unused-function \ $(NULL) @@ -689,9 +688,9 @@ uninstall-bash_completionDATA: @list='$(bash_completion_DATA)'; test -n "$(bash_completiondir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(bash_completiondir)'; $(am__uninstall_files_from_dir) -install-man_oneDATA: $(man_one_DATA) +install-man_oneDATA: $(man_one_files) @$(NORMAL_INSTALL) - @list='$(man_one_DATA)'; test -n "$(man_onedir)" || list=; \ + @list='$(man_one_files)'; test -n "$(man_onedir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(man_onedir)'"; \ $(MKDIR_P) "$(DESTDIR)$(man_onedir)" || exit 1; \