Skip to content

Commit

Permalink
tools: fix makefile spacing
Browse files Browse the repository at this point in the history
This minor PR removes the extra space in the makefiles.

Signed-off-by: Amulyam24 <[email protected]>
  • Loading branch information
Amulyam24 authored and BbolroC committed Jan 18, 2024
1 parent 3947772 commit a4b5447
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/tools/agent-ctl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include ../../../utils.mk

ifeq ($(ARCH), ppc64le)
override ARCH = powerpc64le
endif
endif

.DEFAULT_GOAL := default
default: build
Expand Down
2 changes: 1 addition & 1 deletion src/tools/runk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include ../../../utils.mk

ifeq ($(ARCH), ppc64le)
override ARCH = powerpc64le
endif
endif

TARGET = runk
TARGET_PATH = target/$(TRIPLE)/$(BUILD_TYPE)/$(TARGET)
Expand Down
2 changes: 1 addition & 1 deletion src/tools/trace-forwarder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include ../../../utils.mk

ifeq ($(ARCH), ppc64le)
override ARCH = powerpc64le
endif
endif

.DEFAULT_GOAL := default
default: build
Expand Down

0 comments on commit a4b5447

Please sign in to comment.