Commit 7144b8ea authored by Lucas Russo's avatar Lucas Russo

Makefile: fix wrong commit of install rules

parent a3994d40
......@@ -553,19 +553,19 @@ examples_mrproper:
$(MAKE) -C examples mrproper
cfg:
# $(MAKE) -C cfg all
$(MAKE) -C cfg all
cfg_install:
# $(MAKE) -C cfg install
$(MAKE) -C cfg install
cfg_uninstall:
# $(MAKE) -C cfg uninstall
$(MAKE) -C cfg uninstall
cfg_clean:
# $(MAKE) -C cfg clean
$(MAKE) -C cfg clean
cfg_mrproper:
# $(MAKE) -C cfg mrproper
$(MAKE) -C cfg mrproper
install: core_install deps_install liberrhand_install libconvc_install \
libhutils_install libdisptable_install libllio_install libbpmclient_install \
......
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