Skip to content
Snippets Groups Projects
Commit 2478ea9e authored by Giuseppe Carboni's avatar Giuseppe Carboni
Browse files

Fix #928, fixed missing dependency

parent 909a7a4b
Branches
No related tags found
No related merge requests found
...@@ -246,7 +246,7 @@ $(COMMON_CLEAN_TARGETS): ...@@ -246,7 +246,7 @@ $(COMMON_CLEAN_TARGETS):
$(MAKE) -C $(@:clean-%=%) clean_dist $(MAKE) -C $(@:clean-%=%) clean_dist
.PHONY: telescope-build $(TELESCOPE_BUILD_TARGETS) .PHONY: telescope-build $(TELESCOPE_BUILD_TARGETS)
telescope-build: telescope-build: common-build
@for i in $(TELESCOPE_MODULES_DIRS); do \ @for i in $(TELESCOPE_MODULES_DIRS); do \
$(MAKE) -C $${i} all; \ $(MAKE) -C $${i} all; \
$(MAKE) -C $${i} install; \ $(MAKE) -C $${i} install; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment