diff --git a/build/main.mk b/build/main.mk index 4d2d2aa..f916df6 100755 --- a/build/main.mk +++ b/build/main.mk @@ -15,7 +15,7 @@ # limitations under the License. UPDATE_MAKEFILES = false -CLS_ADTS := "rm -f $(BUILD)/bash/additional-vars" +CLS_ADTS := rm -f $(BUILD)/bash/additional-vars all: getvars $(MAKE_HIDE) $(SILENT) -C $(BUILD)/config $$(cat $(BUILD)/goals.txt) || exit 1