From b461aced47881fb1be66bac3d4e0a14b59e2cf59 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 13 Jul 2009 12:24:56 +0000 Subject: Fix uninstallation of pkg-config control files svn path=/trunk/tools/buildsystem/; revision=8493 --- makefiles/Makefile.top | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefiles/Makefile.top b/makefiles/Makefile.top index 2e54acc..2d84a7b 100644 --- a/makefiles/Makefile.top +++ b/makefiles/Makefile.top @@ -317,7 +317,7 @@ endef define uninstall_file $(if $1, \ $(if $(findstring .pc.in,$1), \ - $(RM) $(RMFLAGS) $2/$(1:.pc.in=)-$(major-version).pc, \ + $(RM) $(RMFLAGS) $2/$(1:.pc.in=.pc), \ $(if $(and $(filter lib-shared,$(COMPONENT_TYPE)), \ $(filter $(OUTPUT),$1)), \ $(call uninstall_shared_lib,$1,$2), \ -- cgit v1.2.3