]> git.sur5r.net Git - u-boot/commitdiff
sh: Remove CC line from board's Makefile
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Sun, 31 Aug 2008 14:28:15 +0000 (23:28 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Sun, 31 Aug 2008 14:28:15 +0000 (23:28 +0900)
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
board/rsk7203/Makefile
board/sh7785lcr/Makefile

index a44f9cacaf5f36c51a706f80d832004129e6253e..7365d193018f4f23c3154a88895f8971796ba9f2 100644 (file)
@@ -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
 
index 43688d5e97e80b9923c7f52a5244573d0d35ea06..b1b538c9d809474272907f092bb9b5d1f366a08f 100644 (file)
@@ -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