Skip to content

Commit

Permalink
build/Makefile: add depencies to base
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericlepied committed Feb 12, 2014
1 parent 46bdc53 commit e321b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ img: $(INST)/$(IMG)
./img.install $(INST)/base $(IMG) $(VERS) $(INST) $(SERV) $(HSERV) $(DEBUG)

base: $(INST)/base.done
$(INST)/base.done: base.install policy-rc.d edeploy
$(INST)/base.done: base.install policy-rc.d edeploy common packages distributions
./base.install $(INST)/base $(DIST) $(VERS)
touch $(INST)/base.done

Expand Down

0 comments on commit e321b8d

Please sign in to comment.