summaryrefslogtreecommitdiff
path: root/makefiles/Makefile.top
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles/Makefile.top')
-rw-r--r--makefiles/Makefile.top2
1 files changed, 1 insertions, 1 deletions
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), \