fixed use of && for AND
[fw/sdcc] / support / scripts / sdcc_mingw32
index e8783b6c6dd5e9238e8cc928718d9fe30b861cc4..9e55756a1fd980158d7d2b0d5b02cf918cf83673 100755 (executable)
@@ -17,4 +17,4 @@ sdccconf_h_dir_separator=\\\\ \
 --disable-device-lib \
 --host=i586-mingw32msvc --build=unknown-unknown-linux-gnu"
 
-../sdcc/configure ${SDCCCONFIGUREFLAGS} & make 2>&1 | tee make.log
+( ../sdcc/configure ${SDCCCONFIGUREFLAGS} && make ) 2>&1 | tee make.log