From ac6dbb85b7f080d923013bff4e1d5267cb6f8a5a Mon Sep 17 00:00:00 2001 From: wdenk Date: Wed, 26 Mar 2003 11:42:53 +0000 Subject: Make compile clean, fix the usual small problems. --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/Makefile') diff --git a/examples/Makefile b/examples/Makefile index 2897ba1638..12837ea24b 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -62,7 +62,7 @@ $(LIB): .depend $(LIBOBJS) $(OBJCOPY) -O srec $(<:.o=) $@ %.bin: %.srec - $(OBJCOPY) -O binary $< $@ + $(OBJCOPY) -O binary $< $@ 2>/dev/null ######################################################################### -- cgit v1.2.1