diff options
author | wdenk <wdenk> | 2003-03-26 11:42:53 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-03-26 11:42:53 +0000 |
commit | ac6dbb85b7f080d923013bff4e1d5267cb6f8a5a (patch) | |
tree | 36654d13ca2b52408810f905ccbb3143cb82ce1a /examples | |
parent | 2a46cabd77eb8b94c6cbb59ee65afbf29815ba41 (diff) | |
download | u-boot-ac6dbb85b7f080d923013bff4e1d5267cb6f8a5a.zip u-boot-ac6dbb85b7f080d923013bff4e1d5267cb6f8a5a.tar.gz u-boot-ac6dbb85b7f080d923013bff4e1d5267cb6f8a5a.tar.bz2 |
Make compile clean, fix the usual small problems.LABEL_2003_03_26_1300
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index 2897ba1..12837ea 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 ######################################################################### |