summaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-02-07 19:43:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-02-07 19:43:38 +0000
commite496c1f1edbf5ba14223bfb6dc566e4a6f4f5c3f (patch)
treed2dbeb486448e859de39b0d876a54cc0e2a209fe /tools/build
parentUpdated copyrights (diff)
downloadrtems-e496c1f1edbf5ba14223bfb6dc566e4a6f4f5c3f.tar.bz2
Should not install build-tools using target variant options.
Diffstat (limited to '')
-rw-r--r--tools/build/src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/src/Makefile.in b/tools/build/src/Makefile.in
index e94656cd6c..2dd240f761 100644
--- a/tools/build/src/Makefile.in
+++ b/tools/build/src/Makefile.in
@@ -56,4 +56,4 @@ CLEAN_ADDITIONS += $(HOST_ARCH)
CLOBBER_ADDITIONS +=
all: $(ARCH) $(SRCS) $(PGMS)
- $(INSTALL_VARIANT) -m 555 $(PGMS) ${PROJECT_RELEASE}/build-tools
+ $(INSTALL) -m 555 $(PGMS) ${PROJECT_RELEASE}/build-tools