forked from Imagelibrary/rtems
Don't install tools using variant name.
This commit is contained in:
@@ -59,6 +59,6 @@ CLEAN_ADDITIONS += $(HOST_ARCH)
|
|||||||
CLOBBER_ADDITIONS +=
|
CLOBBER_ADDITIONS +=
|
||||||
|
|
||||||
all: $(ARCH) $(SRCS) $(PGMS)
|
all: $(ARCH) $(SRCS) $(PGMS)
|
||||||
$(INSTALL_VARIANT) -m 555 $(PGMS) ${PROJECT_RELEASE}/build-tools
|
$(INSTALL) -m 555 $(PGMS) ${PROJECT_RELEASE}/build-tools
|
||||||
uudecode < $(srcdir)/diskboot.uue \
|
uudecode < $(srcdir)/diskboot.uue \
|
||||||
> $(PROJECT_RELEASE)/build-tools/diskboot.exe
|
> $(PROJECT_RELEASE)/build-tools/diskboot.exe
|
||||||
|
|||||||
Reference in New Issue
Block a user