work if it's already there too

Original commit message from CVS:
work if it's already there too
This commit is contained in:
Thomas Vander Stichele 2007-01-23 14:54:01 +00:00
parent a43720466a
commit ba02842337

View file

@ -52,8 +52,8 @@ download:
exit 1
enc_acelp.c: 26204-600.zip
unzip $^
unzip 26204-600_ANSI-C_source_code.zip
unzip -u $^
unzip -u 26204-600_ANSI-C_source_code.zip
mv c-code/* .
rm -rf c-code/ 26204-600_ANSI-C_source_code.zip makefile.gcc
echo "" >> typedef.h # to remove compilation warning (no newline at end of file)