Makefile: fix the bundle.c <- dvb_scan dependency
This commit is contained in:
parent
7b4d169b5e
commit
c434bc4f3d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -405,7 +405,7 @@ $(BUILDDIR)/bundle.o: $(BUILDDIR)/bundle.c
|
|||
@mkdir -p $(dir $@)
|
||||
$(CC) -I${ROOTDIR}/src -c -o $@ $<
|
||||
|
||||
$(BUILDDIR)/bundle.c:
|
||||
$(BUILDDIR)/bundle.c: check_dvb_scan
|
||||
@mkdir -p $(dir $@)
|
||||
$(MKBUNDLE) -o $@ -d ${BUILDDIR}/bundle.d $(BUNDLE_FLAGS) $(BUNDLES:%=$(ROOTDIR)/%)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue