Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Makefile: fix the bundle.c <- dvb_scan dependency
  • Loading branch information
perexg committed Oct 5, 2014
1 parent 7b4d169 commit c434bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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)/%)

Expand Down

0 comments on commit c434bc4

Please sign in to comment.