Show info on saved defines only if they not empty.

ico
oliverschmidt 2008-01-04 21:01:37 +00:00
parent bb19396d21
commit cd261f3121
1 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,9 @@ endif
ifeq ($(DEFINES),)
-include Makefile.$(TARGET).defines
${info using saved defines '$(DEFINES)'}
ifneq ($(DEFINES),)
${info using saved defines '$(DEFINES)'}
endif
endif
usage: