Commit 9d46d117 authored by Lucas Russo's avatar Lucas Russo

Makefile: fix libs_mrproper target

Now, we properly call "mrproper" of all libs,
instead of "clean"
parent 9606ecdd
......@@ -502,8 +502,8 @@ libs_uninstall: liberrhand_uninstall libconvc_uninstall libhutils_uninstall \
libs_clean: liberrhand_clean libconvc_clean libhutils_clean \
libdisptable_clean libllio_clean libbpmclient_clean libsdbfs_clean
libs_mrproper: liberrhand_clean libconvc_clean libhutils_clean \
libdisptable_clean libllio_clean libbpmclient_clean libsdbfs_mrproper
libs_mrproper: liberrhand_mrproper libconvc_mrproper libhutils_mrproper \
libdisptable_mrproper libllio_mrproper libbpmclient_mrproper libsdbfs_mrproper
# External project dependencies
......
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