From: John Darrington Date: Sun, 30 Aug 2020 13:09:13 +0000 (+0200) Subject: Work around bug in Automake 1.16.1 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5d886fe88156c215d4efac5cbcb9b08b160e7f7;p=pspp Work around bug in Automake 1.16.1 --- diff --git a/src/ui/gui/automake.mk b/src/ui/gui/automake.mk index 853444d9d0..9a21f3f8c7 100644 --- a/src/ui/gui/automake.mk +++ b/src/ui/gui/automake.mk @@ -437,7 +437,7 @@ include $(top_srcdir)/src/ui/gui/icons/automake.mk UNINSTALL_DATA_HOOKS += update-icon-cache INSTALL_DATA_HOOKS += update-icon-cache -############################################# +#### Build the tools needed to run glade on our .ui files EXTRA_pkgdir = $(abs_builddir)/src/ui/gui @@ -464,3 +464,8 @@ src/ui/gui/glade-wrapper: src/ui/gui/glade-wrapper.in .PHONY: glade-tools glade-tools: src/ui/gui/glade-wrapper src/ui/gui/libpsppire-glade.la + +# This works around a possible bug in Automake 1.16.1 which installs +# EXTRA_pkgLTLIBRARIES if DESTDIR is set. It should not do that. +install-EXTRA_pkgLTLIBRARIES: + true