From e496c1f1edbf5ba14223bfb6dc566e4a6f4f5c3f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 7 Feb 1998 19:43:38 +0000 Subject: Should not install build-tools using target variant options. --- tools/build/src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/build') 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 -- cgit v1.2.3