[dvblast-devel] [PATCH] Remove include that is not needed

Georgi Chorbadzhiyski gf at unixsol.org
Thu Aug 18 23:08:55 CEST 2011


The include path in Makefile is dead for a lot years :)
Please remove it.

-- 
Georgi Chorbadzhiyski
http://georgi.unixsol.org/
-------------- next part --------------
From 218cfa7b1b95803c82d6de983f247cab4831b132 Mon Sep 17 00:00:00 2001
From: Georgi Chorbadzhiyski <gf at unixsol.org>
Date: Fri, 19 Aug 2011 00:06:36 +0300
Subject: [PATCH] Remove include that is not needed

---
 trunk/Makefile |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/trunk/Makefile b/trunk/Makefile
index 78dc0a5..539a16a 100644
--- a/trunk/Makefile
+++ b/trunk/Makefile
@@ -6,7 +6,6 @@ TOPDIR = `basename ${PWD}`
 
 CFLAGS += -Wall -O3 -fomit-frame-pointer
 CFLAGS += -g
-CFLAGS += -I/usr/src/kernel/linux-2.6.29.1/include
 LDLIBS += -lrt
 LDLIBS_DVBLAST += -lpthread
 
-- 
1.7.5.1


More information about the dvblast-devel mailing list