Fix uninstall of pkg-config files.
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Thu, 7 May 2009 03:25:49 +0000 (03:25 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Thu, 7 May 2009 03:25:49 +0000 (03:25 +0000)
Signed-off-by: Dan Dennedy <dan@dennedy.org>

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1420 d19143bc-622f-0410-bfdd-b5b2a6649095

Makefile

index 3f761fe..264fdaa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ install:
 
 uninstall:
        rm -f "$(DESTDIR)$(bindir)"/mlt-config
-       rm -f "$(DESTDIR)$(libdir)/pkgconfig/mlt-*.pc"
+       rm -f "$(DESTDIR)$(libdir)"/pkgconfig/mlt-*.pc
        list='$(SUBDIRS)'; \
        for subdir in $$list; do \
                $(MAKE) DESTDIR=$(DESTDIR) -C $$subdir $@ || exit 1; \