From 502bc034f83f69166d59fbaf7ee9a0a79f5c9222 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Tue, 5 Sep 2017 09:04:30 +0200 Subject: [PATCH] Build: "make install" should install also UCW::Configure module. --- ucw/perl/UCW/Configure/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ucw/perl/UCW/Configure/Makefile b/ucw/perl/UCW/Configure/Makefile index 35120450..7f743f9e 100644 --- a/ucw/perl/UCW/Configure/Makefile +++ b/ucw/perl/UCW/Configure/Makefile @@ -8,6 +8,8 @@ PROGS+=$(CONFIGURE_MODULES) $(CONFIGURE_MODULES) : PERL_MODULE_DIR=UCW/Configure +INSTALL_TARGETS+=install-perl-ucw-configure + # XXX: This is a hack. UCW::Configure is a part of the build system, # not of LibUCW proper. Nevertheless, we should avoid moving things # around in point releases, so we are keeping it here with a special -- 2.39.2