From 65019e440845436e9833b7a2323c0bcfe68707c7 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 8 Mar 2012 06:18:54 +0000 Subject: [PATCH] Prevent the first maintenance script rule from running if no target is specified to the maintenance script. --- Maintenance/makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Maintenance/makefile b/Maintenance/makefile index 73e1e1822b..87c0c2533c 100644 --- a/Maintenance/makefile +++ b/Maintenance/makefile @@ -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 \