aboutsummaryrefslogtreecommitdiffstats
path: root/systems/build_base_machine.sh
diff options
context:
space:
mode:
authorMaryam Tahhan <maryam.tahhan@intel.com>2017-10-24 15:21:40 +0100
committerMaryam Tahhan <maryam.tahhan@intel.com>2017-10-24 15:37:37 +0100
commitecf1ba1c5000718d1f0d90270af33039b488c835 (patch)
treed27ce2622523ec0097c9d3c04a48984ed507a5ba /systems/build_base_machine.sh
parent787c0f30f5027ac3d072f0c5e53f970d8273e3ac (diff)
src: fix src build issues
Change-Id: I8abf40a0034110dc504c227ffba1ff5e9ec6850b Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com> Signed-off-by: Taras Chornyi <tarasx.chornyi@intel.com>
Diffstat (limited to 'systems/build_base_machine.sh')
-rwxr-xr-xsystems/build_base_machine.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/systems/build_base_machine.sh b/systems/build_base_machine.sh
index 2537f958..cec82ebb 100755
--- a/systems/build_base_machine.sh
+++ b/systems/build_base_machine.sh
@@ -69,7 +69,6 @@ fi
if [ -f ../src/Makefile ] ; then
cd ../src
make clobber || die "Make clobber failed"
- make || die "Make failed"
make install || die "Make install failed"
cd -
else