Skip to content

Commit

Permalink
image.mk: fix dependencies for legacy make prepare step
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Fietkau <[email protected]>
  • Loading branch information
nbd168 committed Jun 7, 2016
1 parent 24a7ccb commit 21ad25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/image.mk
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ define LegacyDevice/Check
_TARGET := $$(if $$(_PROFILE_SET),legacy-images,install-disabled)
$$(if $$(_PROFILE_SET),install: legacy-images-make)
ifndef IB
$$(if $$(_PROFILE_SET),compile: legacy-images-prepare-make)
$$(if $$(_PROFILE_SET),mkfs_prepare: legacy-images-prepare-make)
endif
endef

Expand Down

0 comments on commit 21ad25f

Please sign in to comment.