Skip to content

Commit a636039

Browse files
committed
fix: double quote prevent correct execution
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 70ffbf3 commit a636039

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

STM32/src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ core: clean print_info
5353
-cjf "$(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.bz2" "$(PACKAGE_FOLDER)"
5454
@-$(RM) $(PACKAGE_FOLDER)/package_version.txt
5555
@git --git-dir=$(PACKAGE_FOLDER)/.git checkout .
56-
$(MAKE) PACKAGE_NAME=$(PACKAGE_NAME) PACKAGE_VERSION=$(PACKAGE_VERSION) PACKAGE_FOLDER="$(PACKAGE_FOLDER)" --no-builtin-rules postpackaging_core -C .
56+
$(MAKE) PACKAGE_NAME=$(PACKAGE_NAME) PACKAGE_VERSION=$(PACKAGE_VERSION) PACKAGE_FOLDER=$(PACKAGE_FOLDER) --no-builtin-rules postpackaging_core -C .
5757
@echo ----------------------------------------------------------
5858

5959
tools: PACKAGE_NAME := STM32Tools

0 commit comments

Comments
 (0)