summaryrefslogtreecommitdiff
path: root/board/sh7785lcr
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2008-08-31 23:28:15 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2008-08-31 23:28:15 +0900
commitc75e772a2f061a508bba28ded1b5bea91f0442b0 (patch)
treebd6c83643df5b002fcea1e348bea460be1676ca2 /board/sh7785lcr
parent468eae0660de6fdfd9999944c536ecc4797bd944 (diff)
sh: Remove CC line from board's Makefile
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'board/sh7785lcr')
-rw-r--r--board/sh7785lcr/Makefile3
1 files changed, 0 insertions, 3 deletions
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