From 17f8212286b2d04cc554f8fb7182521114f8351a Mon Sep 17 00:00:00 2001 From: schodet Date: Sat, 8 Oct 2005 14:01:10 +0000 Subject: Correction: gère les Makefile sans programme. --- n/avr/make/Makefile.gen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'n/avr/make/Makefile.gen') 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 -- cgit v1.2.3