9
0
Fork 0

script debug was left on

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@292 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2007-06-30 19:37:28 +00:00
parent 1cbe5e978e
commit b91851e3fa
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ endif
@if [ -e board/Makefile ]; then \
$(MAKE) -C board TOPDIR=$(TOPDIR) depend ; \
fi
$(MKDEP) --dep-debug --dep-path chip --dep-path common $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep
$(MKDEP) --dep-path chip --dep-path common $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep
@touch $@
depend: .depend