Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configure/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CFG += CONFIG_LINSTAT_VERSION
include $(TOP)/configure/RULES

ifdef T_A
install: TOOLCHAIN
build: TOOLCHAIN

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@anjohnson do you agree?

fyi. The TOOLCHAIN files from Base use buildInstall:. This TOOLCHAIN file is not installed, and so maybe should be different?


TOOLCHAIN: toolchain.cpp
$(CXX) -E $< | grep '^LINSTAT_' > $@
Expand Down
Loading