projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1615e16
)
Work around bug in Automake 1.16.1
author
John Darrington
<john@darrington.wattle.id.au>
Sun, 30 Aug 2020 13:09:13 +0000
(15:09 +0200)
committer
John Darrington
<john@darrington.wattle.id.au>
Sun, 30 Aug 2020 13:35:33 +0000
(15:35 +0200)
src/ui/gui/automake.mk
patch
|
blob
|
history
diff --git
a/src/ui/gui/automake.mk
b/src/ui/gui/automake.mk
index 853444d9d06425e6c31a948dea73d01ae7db8756..9a21f3f8c70101c6dea2331d6d1c882396bc5811 100644
(file)
--- 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