From 5ebe77c257e3ae212f4369ad4d60f7052cf55e6d Mon Sep 17 00:00:00 2001 From: nsubiron Date: Thu, 31 Jan 2019 12:32:37 +0100 Subject: [PATCH] Fix UE4 Makefile not removed on make clean --- Util/BuildTools/BuildCarlaUE4.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Util/BuildTools/BuildCarlaUE4.sh b/Util/BuildTools/BuildCarlaUE4.sh index 2f4f17cc2..a7f4c05ac 100755 --- a/Util/BuildTools/BuildCarlaUE4.sh +++ b/Util/BuildTools/BuildCarlaUE4.sh @@ -90,12 +90,12 @@ if ${REMOVE_INTERMEDIATE} ; then rm -Rf ${UE4_INTERMEDIATE_FOLDERS} + rm -f Makefile + pushd "${CARLAUE4_PLUGIN_ROOT_FOLDER}" >/dev/null rm -Rf ${UE4_INTERMEDIATE_FOLDERS} - rm -f Makefile - popd >/dev/null fi