Fix the [monodroid] build.
[mono.git] / mcs / build / gensources.sh
index 816b8296f6cbb27cab3fef6e21df39208dc1158d..153cba9f89214d0c4f10f88440cc337491d1488c 100644 (file)
@@ -32,7 +32,7 @@ rm -f $outfile.makefrag
 
 process_includes $incfile $outfile.inc
 
-if test x$extfile != x -a -f $extfile; then
+if test x$extfile != x -a -f "$extfile"; then
        cat $extfile >> $outfile.inc
 fi