From c434bc4f3d14d437852ae3cf912bad28913c4b27 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sun, 5 Oct 2014 15:18:28 +0200 Subject: [PATCH] Makefile: fix the bundle.c <- dvb_scan dependency --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b21f05099..04ba2840b 100644 --- a/Makefile +++ b/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)/%) -- 2.47.3