Commit 1be4d192 authored by Lucas Russo's avatar Lucas Russo

Makefile: fix libmdp_uninstall recipe typo

parent acc62b09
......@@ -239,7 +239,7 @@ libmdp_install: libmdp_pre
ldconfig
libmdp_uninstall: libmdp_pre
$(MAKE) -C $(LIBMDP_DIR) install
$(MAKE) -C $(LIBMDP_DIR) uninstall
libmdp_clean: libmdp_pre
$(MAKE) -C $(LIBMDP_DIR) clean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment