From 39d536910bedd0a1ed4dbade31c71e37cf48d027 Mon Sep 17 00:00:00 2001 From: jens Date: Mon, 4 Jul 2022 15:35:14 +0200 Subject: [PATCH] - removed --no-print-directory --- radio/tests/desymbolizer/config.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/radio/tests/desymbolizer/config.mk b/radio/tests/desymbolizer/config.mk index 75d89ec..cd92f47 100644 --- a/radio/tests/desymbolizer/config.mk +++ b/radio/tests/desymbolizer/config.mk @@ -2,9 +2,8 @@ MAKE_HOME ?= /home/jens/work/software/make CONFIG ?= debug TARGET ?= test_desymbolizer BUILD_DIR ?= $(shell pwd)/build/${CONFIG} -MAKEFLAGS += --no-print-directory LIBSRC_PATH ?= $(realpath ../../../../../libsrc) BLAZE_PATH ?= $(realpath ../../../../../extlib/blaze) -export \ No newline at end of file +export