summaryrefslogtreecommitdiff
path: root/n/avr/make
diff options
context:
space:
mode:
authorschodet2005-10-08 14:01:10 +0000
committerschodet2005-10-08 14:01:10 +0000
commit17f8212286b2d04cc554f8fb7182521114f8351a (patch)
tree1bdee3b8a105a9256fd86e2652959320829c08ce /n/avr/make
parentc1aa462b9cecd5d3e6010395f210e44ddafe632b (diff)
Correction: gère les Makefile sans programme.
Diffstat (limited to 'n/avr/make')
-rw-r--r--n/avr/make/Makefile.gen2
1 files changed, 1 insertions, 1 deletions
diff --git a/n/avr/make/Makefile.gen b/n/avr/make/Makefile.gen
index a503e51..ec1995a 100644
--- a/n/avr/make/Makefile.gen
+++ b/n/avr/make/Makefile.gen
@@ -62,7 +62,7 @@ ifneq (,$(filter-out %.c %.avr.S,$(SOURCES)))
$(error Sources should be .c or .avr.S files)
endif
-ifneq (,$(ALL_PROGS))
+ifneq (,$(strip $(ALL_PROGS)))
include $(BASE)/make/Makefile.avr
include $(BASE)/make/Makefile.host
else