From 73df1c88dfc2dfe004e5862e3e068df3246b52a8 Mon Sep 17 00:00:00 2001
From: Cedric Roux <cedric.roux@eurecom.fr>
Date: Wed, 20 Nov 2013 08:48:26 +0000
Subject: [PATCH] - Fix dependencies issue

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4448 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 openair-cn/SCTP/Makefile.eNB | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openair-cn/SCTP/Makefile.eNB b/openair-cn/SCTP/Makefile.eNB
index bd0cf3827a..1df7a0b2ca 100644
--- a/openair-cn/SCTP/Makefile.eNB
+++ b/openair-cn/SCTP/Makefile.eNB
@@ -6,7 +6,7 @@ libsctp_OBJECTS = \
 	sctp_eNB_itti_messaging.o
 
 # pull in dependency info for *existing* .o files
--include .*.d
+-include *.d
 
 CFLAGS = \
 	-Wall			\
-- 
GitLab