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:
Joel Sherrill
2000-01-03 15:39:06 +00:00
parent b84176b49d
commit 6b7cf9fef8

View File

@@ -8,20 +8,20 @@ ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
EXTRA_DIST = Spec.doc
noinst_PROGRAMS = \
bin2boot$(EXEEXT)
bin2boot
bin2boot_SOURCES = bin2boot.c
PREINSTALL_FILES = \
$(PROJECT_ROOT)/pc386/build-tools \
$(PROJECT_ROOT)/pc386/build-tools/bin2boot$(EXEEXT)
$(PROJECT_ROOT)/pc386/build-tools:
$(mkinstalldirs) $@
$(PROJECT_ROOT)/pc386/build-tools/bin2boot$(EXEEXT): bin2boot$(EXEEXT)
$(INSTALL_PROGRAM) $< $@
PREINSTALL_FILES = \
$(PROJECT_ROOT)/pc386/build-tools \
$(PROJECT_ROOT)/pc386/build-tools/bin2boot$(EXEEXT)
## HACK: install into build-tree
all-local: $(PREINSTALL_FILES)