From 2e52de54cf0de8e2767e48dc0504cd0eb59281ec Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Fri, 15 May 2009 01:59:52 -0700 Subject: [PATCH] Do not uninstall all of mlt's pkg-config files Signed-off-by: Dan Dennedy --- Makefile | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 136351c..9db8c7d 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,9 @@ install: fi uninstall: - rm -f "$(DESTDIR)$(libdir)"/pkgconfig/mlt-*.pc + rm -f "$(DESTDIR)$(libdir)"/pkgconfig/mlt-melted.pc + rm -f "$(DESTDIR)$(libdir)"/pkgconfig/mlt-melted++.pc + rm -f "$(DESTDIR)$(libdir)"/pkgconfig/mlt-mvcp.pc list='$(SUBDIRS)'; \ for subdir in $$list; do \ $(MAKE) DESTDIR=$(DESTDIR) -C $$subdir $@ || exit 1; \ -- 1.7.4.4