Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Commit

Permalink
Makefile: add build-ui as dependency of install target
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Mick <dan.mick@inktank.com>
  • Loading branch information
Dan Mick committed Jan 15, 2014
1 parent f97eeb2 commit 6929a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $(CONFIG_JSON): build-ui
dpkg:
dpkg-buildpackage -b -us -uc

install:
install: build-ui
@echo "install"
for d in $(UI_SUBDIRS); do \
instdir=$$(basename $$d); \
Expand Down

0 comments on commit 6929a96

Please sign in to comment.