Makefile: remove orphan dependency.
This commit is contained in:
parent
6ba642f7c1
commit
cb8529f7ea
2
Makefile
2
Makefile
|
@ -217,7 +217,7 @@ endif
|
|||
touch $(GRUB)
|
||||
|
||||
|
||||
$(SOFTWARE): $(STAGE3) $(SYSTOOLS) configs/eth.network configs/issue $(WORLD) $(PROFILE)
|
||||
$(SOFTWARE): $(STAGE3) $(SYSTOOLS) configs/eth.network configs/issue $(WORLD)
|
||||
@print Building $(APPLIANCE)-specific software
|
||||
$(MAKE) -C appliances/$(APPLIANCE) preinstall
|
||||
|
||||
|
|
Loading…
Reference in New Issue