diff mbox

BUG: latest dvb-apps do not compile due to MA's faulty implementation of the gotox utility

Message ID 1265966756.16004.5.camel@brian.bconsult.de (mailing list archive)
State Not Applicable
Headers show

Commit Message

Chicken Shack Feb. 12, 2010, 9:25 a.m. UTC
None
diff mbox

Patch

--- a/util/gotox/Makefile
+++ b/util/gotox/Makefile
@@ -1,5 +1,7 @@ 
 # Makefile for linuxtv.org dvb-apps/util/gotox
 
+objects  = gotox.o
+
 binaries = gotox
 
 inst_bin = $(binaries)
@@ -13,3 +15,7 @@ 
 .PHONY: all
 
 all: $(binaries)
+
+$(binaries): $(objects)
+
+include ../../Make.rules