changeset 31281:d6817b3308b1

build: Avoid installing pkg-config files in multiple rules. * Makefile.am, libinterp/module.mk, liboctave/module.mk: Remove pkgconfig_DATA that was a collection of liboctave_pkgconfig_DATA and libinterp_pkgconfig_DATA. The latter already handle the two .pc files sufficiently. See also: https://octave.discourse.group/t/3384
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 09 Oct 2022 15:43:50 +0200
parents 025b37e4a17d
children 4707df477065
files Makefile.am libinterp/module.mk liboctave/module.mk
diffstat 3 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Sun Oct 09 14:04:43 2022 +0200
+++ b/Makefile.am	Sun Oct 09 15:43:50 2022 +0200
@@ -215,8 +215,6 @@
 octinclude_HEADERS =
 nodist_octinclude_HEADERS =
 
-pkgconfig_DATA =
-
 DIST_SRC =
 
 ALL_LOCAL_TARGETS =
--- a/libinterp/module.mk	Sun Oct 09 14:04:43 2022 +0200
+++ b/libinterp/module.mk	Sun Oct 09 15:43:50 2022 +0200
@@ -247,8 +247,6 @@
 	rm -f $(DESTDIR)$(octetcdir)/built-in-docstrings
 .PHONY: uninstall-built-in-docstrings
 
-pkgconfig_DATA += $(%canon_reldir%_pkgconfig_DATA)
-
 EXTRA_DIST += $(%canon_reldir%_EXTRA_DIST)
 
 %canon_reldir%_CLEANFILES += \
--- a/liboctave/module.mk	Sun Oct 09 14:04:43 2022 +0200
+++ b/liboctave/module.mk	Sun Oct 09 15:43:50 2022 +0200
@@ -127,8 +127,6 @@
 
 DIRSTAMP_FILES += %reldir%/$(octave_dirstamp)
 
-pkgconfig_DATA += $(%canon_reldir%_pkgconfig_DATA)
-
 EXTRA_DIST += $(%canon_reldir%_EXTRA_DIST)
 
 %canon_reldir%_CLEANFILES += \