Signed-off-by: Thomas Monjalon <thomas.monjalon at 6wind.com> --- pmd/Makefile | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/pmd/Makefile b/pmd/Makefile
index 1e24a15..730b126 100644
--- a/pmd/Makefile
+++ b/pmd/Makefile
@@ -79,6 +79,8 @@ endif
uninstall :
- rm -f $(DESTDIR)$(libdir)/$(SOLIB)
- rmdir -p $(DESTDIR)$(libdir) 2>&-
+ - rm -f $(DESTDIR)$(docdir)/$(DOC)
+ - rmdir -p $(DESTDIR)$(docdir) 2>&-
help :
@ echo 'rules:'
--
1.7.10.4

