From: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Sun, 31 Aug 2008 14:28:15 +0000 (+0900)
Subject: sh: Remove CC line from board's Makefile
X-Git-Tag: v2008.10-rc1~67^2
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c75e772a2f061a508bba28ded1b5bea91f0442b0;p=oweals%2Fu-boot.git

sh: Remove CC line from board's Makefile

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---

diff --git a/board/rsk7203/Makefile b/board/rsk7203/Makefile
index a44f9cacaf..7365d19301 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 43688d5e97..b1b538c9d8 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