From: Jaroslav Kysela Date: Thu, 7 Apr 2016 11:13:24 +0000 (+0200) Subject: Makefile: small fix (hdhomerun) X-Git-Tag: v4.2.1~708 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=87968baf95c108e6a4295f7e1ea972a2b41cf4f4;p=thirdparty%2Ftvheadend.git Makefile: small fix (hdhomerun) --- diff --git a/Makefile b/Makefile index cd45cb9a7..be69b410a 100644 --- a/Makefile +++ b/Makefile @@ -142,9 +142,7 @@ endif ifeq ($(CONFIG_HDHOMERUN_STATIC),yes) CFLAGS += -I$(BUILDDIR)/hdhomerun -LDFLAGS += \ - $(BUILDDIR)/hdhomerun/libhdhomerun/libhdhomerun.a \ - -L$(BUILDDIR)/hdhomerun/libhdhomerun +LDFLAGS += $(BUILDDIR)/hdhomerun/libhdhomerun/libhdhomerun.a endif vpath %.c $(ROOTDIR)