A little more cleanup after the big STMPE11->811 name change

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4783 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2012-05-29 01:43:51 +00:00
parent 647741e1a8
commit bae9504fad

View File

@ -157,7 +157,7 @@ clean:
@rm -f $(BIN) *~ .*.swp *.o
$(call CLEAN)
distclean: clean
distclean: # clean
@for dir in $(SUBDIRS) ; do \
$(MAKE) -C $$dir distclean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"; \
done