fix dependency of 'install' target
This commit is contained in:
parent
d49127b507
commit
dce8b97bba
|
@ -338,7 +338,7 @@ ifeq ($(WINDOWS),YES)
|
||||||
install:
|
install:
|
||||||
@echo "Cannot install automatically on windows."
|
@echo "Cannot install automatically on windows."
|
||||||
else
|
else
|
||||||
install: $(uhub_BINARY)
|
install: all
|
||||||
@echo Copying $(uhub_BINARY) to $(UHUB_PREFIX)/bin/
|
@echo Copying $(uhub_BINARY) to $(UHUB_PREFIX)/bin/
|
||||||
@cp $(uhub_BINARY) $(UHUB_PREFIX)/bin/
|
@cp $(uhub_BINARY) $(UHUB_PREFIX)/bin/
|
||||||
@cp $(uhub-passwd_BINARY) $(UHUB_PREFIX)/bin/
|
@cp $(uhub-passwd_BINARY) $(UHUB_PREFIX)/bin/
|
||||||
|
|
Loading…
Reference in New Issue