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 a44f9ca..7365d19 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 43688d5..b1b538c 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