From: Nobuhiro Iwamatsu 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: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c75e772a2f061a508bba28ded1b5bea91f0442b0;p=pandora-u-boot.git sh: Remove CC line from board's Makefile Signed-off-by: Nobuhiro Iwamatsu --- diff --git a/board/rsk7203/Makefile b/board/rsk7203/Makefile index a44f9cacaf5..7365d193018 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 43688d5e97e..b1b538c9d80 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