[U-Boot] [PATCH] sh: Remove CC line from board's Makefile

Nobuhiro Iwamatsu iwamatsu at nigauri.org
Sun Aug 31 16:31:15 CEST 2008


Signed-off-by: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
---
 board/rsk7203/Makefile   |    3 ---
 board/sh7785lcr/Makefile |    3 ---
 2 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/board/rsk7203/Makefile b/board/rsk7203/Makefile
index a44f9ca..7365d19 100644
--- a/board/rsk7203/Makefile
+++ b/board/rsk7203/Makefile
@@ -37,9 +37,6 @@ distclean:	clean
 
 #########################################################################
 
-.depend:	Makefile $(SOBJS:.o=.S) $(OBJS:.o=.c)
-		$(CC) -M $(CPPFLAGS) $(SOBJS:.o=.S) $(OBJS:.o=.c) > $@
-
 # defines $(obj).depend target
 include $(SRCTREE)/rules.mk
 
diff --git a/board/sh7785lcr/Makefile b/board/sh7785lcr/Makefile
index 43688d5..b1b538c 100644
--- a/board/sh7785lcr/Makefile
+++ b/board/sh7785lcr/Makefile
@@ -34,9 +34,6 @@ distclean:	clean
 
 #########################################################################
 
-.depend:	Makefile $(SOBJS:.o=.S) $(OBJS:.o=.c)
-		$(CC) -M $(CPPFLAGS) $(SOBJS:.o=.S) $(OBJS:.o=.c) > $@
-
 # defines $(obj).depend target
 include $(SRCTREE)/rules.mk
 
-- 
1.5.6.3



More information about the U-Boot mailing list