forked from Imagelibrary/rtems
Patch rtems-rc-19991203-12.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
to added the bin2boot_SOURCES warning.
This commit is contained in:
@@ -8,20 +8,20 @@ ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
|
|||||||
EXTRA_DIST = Spec.doc
|
EXTRA_DIST = Spec.doc
|
||||||
|
|
||||||
noinst_PROGRAMS = \
|
noinst_PROGRAMS = \
|
||||||
bin2boot$(EXEEXT)
|
bin2boot
|
||||||
|
|
||||||
bin2boot_SOURCES = bin2boot.c
|
bin2boot_SOURCES = bin2boot.c
|
||||||
|
|
||||||
PREINSTALL_FILES = \
|
|
||||||
$(PROJECT_ROOT)/pc386/build-tools \
|
|
||||||
$(PROJECT_ROOT)/pc386/build-tools/bin2boot$(EXEEXT)
|
|
||||||
|
|
||||||
$(PROJECT_ROOT)/pc386/build-tools:
|
$(PROJECT_ROOT)/pc386/build-tools:
|
||||||
$(mkinstalldirs) $@
|
$(mkinstalldirs) $@
|
||||||
|
|
||||||
$(PROJECT_ROOT)/pc386/build-tools/bin2boot$(EXEEXT): bin2boot$(EXEEXT)
|
$(PROJECT_ROOT)/pc386/build-tools/bin2boot$(EXEEXT): bin2boot$(EXEEXT)
|
||||||
$(INSTALL_PROGRAM) $< $@
|
$(INSTALL_PROGRAM) $< $@
|
||||||
|
|
||||||
|
PREINSTALL_FILES = \
|
||||||
|
$(PROJECT_ROOT)/pc386/build-tools \
|
||||||
|
$(PROJECT_ROOT)/pc386/build-tools/bin2boot$(EXEEXT)
|
||||||
|
|
||||||
## HACK: install into build-tree
|
## HACK: install into build-tree
|
||||||
all-local: $(PREINSTALL_FILES)
|
all-local: $(PREINSTALL_FILES)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user