forked from Imagelibrary/rtems
Added $(EXEEXT) in attempt to help Cygwin install process.
This commit is contained in:
@@ -13,12 +13,12 @@ bin2boot
|
||||
bin2boot_SOURCES = bin2boot.c
|
||||
|
||||
PREINSTALL_DIRS=$(PROJECT_ROOT)/pc386/build-tools
|
||||
PREINSTALL_FILES = $(PROJECT_ROOT)/pc386/build-tools/bin2boot
|
||||
PREINSTALL_FILES = $(PROJECT_ROOT)/pc386/build-tools/bin2boot$(EXEEXT)
|
||||
|
||||
$(PREINSTALL_DIRS):
|
||||
$(mkinstalldirs) $@
|
||||
|
||||
$(PROJECT_ROOT)/pc386/build-tools/bin2boot: bin2boot
|
||||
$(PROJECT_ROOT)/pc386/build-tools/bin2boot$(EXEEXT): bin2boot
|
||||
$(INSTALL_PROGRAM) $< $@
|
||||
|
||||
## HACK: install into build-tree
|
||||
|
||||
Reference in New Issue
Block a user