summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-07-13 12:24:56 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-07-13 12:24:56 +0000
commitb461aced47881fb1be66bac3d4e0a14b59e2cf59 (patch)
treeb568b6a661f82a215078f31ec62597a6692fa797
parent21efdc845e387eb08f3c6ad39b9f187ccbdb9dad (diff)
downloadbuildsystem-b461aced47881fb1be66bac3d4e0a14b59e2cf59.tar.gz
buildsystem-b461aced47881fb1be66bac3d4e0a14b59e2cf59.tar.bz2
Fix uninstallation of pkg-config control files
svn path=/trunk/tools/buildsystem/; revision=8493
-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), \