Skip to content

Commit

Permalink
Merge pull request kata-containers#284 from stefanha/Makefile-add-ins…
Browse files Browse the repository at this point in the history
…tall-dependency

Makefile: add missing dependencies to install targets
  • Loading branch information
bergwolf committed May 3, 2018
2 parents 87aa1d7 + c032061 commit 3d1b4a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -377,11 +377,11 @@ check-go-static:
coverage:
$(QUIET_TEST).ci/go-test.sh html-coverage

install: default install-scripts
install: default runtime install-scripts
$(QUIET_INST)install -D $(TARGET) $(DESTTARGET)
$(QUIET_INST)install -D $(CONFIG) $(DESTCONFIG)

install-scripts:
install-scripts: $(SCRIPTS)
$(foreach f,$(SCRIPTS),$(call INSTALL_EXEC,$f,$(SCRIPTS_DIR)))

clean:
Expand Down

0 comments on commit 3d1b4a1

Please sign in to comment.