Prevent the first maintenance script rule from running if no target is specified to the maintenance script.

This commit is contained in:
Dean Camera 2012-03-08 06:18:54 +00:00
parent fa49bc152c
commit 65019e4408
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
LUFA_ROOT = ../
all:
upgrade-doxygen:
@echo Upgrading Doxygen.conf files...
@for doxygen_conf in `find $(LUFA_ROOT) -name Doxygen.conf`; do \