summaryrefslogtreecommitdiffstats
path: root/c/src/lib
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-03 15:39:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-03 15:39:06 +0000
commit6b7cf9fef8880849a4ce62885025a75a22286f7b (patch)
treed0040c3f44aeee7a603647d231413357fd983693 /c/src/lib
parentDo not explicitly list pieces from libcpu used. (diff)
downloadrtems-6b7cf9fef8880849a4ce62885025a75a22286f7b.tar.bz2
Patch rtems-rc-19991203-12.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
to added the bin2boot_SOURCES warning.
Diffstat (limited to 'c/src/lib')
-rw-r--r--c/src/lib/libbsp/i386/pc386/tools/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/tools/Makefile.am b/c/src/lib/libbsp/i386/pc386/tools/Makefile.am
index d839b7e86b..9dfcf5822a 100644
--- a/c/src/lib/libbsp/i386/pc386/tools/Makefile.am
+++ b/c/src/lib/libbsp/i386/pc386/tools/Makefile.am
@@ -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)