cpp: fixes windows compatibility

This commit is contained in:
frsyuki 2010-04-18 00:39:45 +09:00
parent 58854fdae9
commit 05b8c00ee7
7 changed files with 24 additions and 29 deletions

View file

@ -36,7 +36,7 @@ test -f AUTHORS || touch AUTHORS
test -f COPYING || touch COPYING
test -f ChangeLog || touch ChangeLog
test -f NEWS || touch NEWS
test -f README || touch README
test -f README || cp -f README.md README
if ! ./preprocess; then
exit 1