Should not install build-tools using target variant options.

This commit is contained in:
Joel Sherrill
1998-02-07 19:43:38 +00:00
parent 1e52499574
commit e496c1f1ed
2 changed files with 2 additions and 2 deletions

View File

@@ -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