[dpdk-dev] [memnic PATCH 14/16] pmd: fix doc uninstalling

Thomas Monjalon thomas.monjalon at 6wind.com
Tue Feb 4 16:54:29 CET 2014


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



More information about the dev mailing list