summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/tools
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-22 19:27:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-22 19:27:13 +0000
commit7e642bab20011142182cb99f7f627f2ceadd2e62 (patch)
tree9e078101a316e413dfaa0a6c4f5566d60a7dec34 /c/src/lib/libbsp/i386/pc386/tools
parentPatch rtems-rc-19991117-8.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-7e642bab20011142182cb99f7f627f2ceadd2e62.tar.bz2
Patch rtems-rc-19991117-9.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
to convert the libc directory to automake and "dozens of small fixes for Makefile.ins/configure.ins below c/src/lib."
Diffstat (limited to 'c/src/lib/libbsp/i386/pc386/tools')
-rw-r--r--c/src/lib/libbsp/i386/pc386/tools/Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/tools/Makefile.am b/c/src/lib/libbsp/i386/pc386/tools/Makefile.am
index 11d5e44623..a504a3886d 100644
--- a/c/src/lib/libbsp/i386/pc386/tools/Makefile.am
+++ b/c/src/lib/libbsp/i386/pc386/tools/Makefile.am
@@ -12,16 +12,17 @@ bin2boot
bin2boot_SOURCES = bin2boot.c
-PREINSTALL_DIRS=$(PROJECT_ROOT)/pc386/build-tools
-PREINSTALL_FILES = $(PROJECT_ROOT)/pc386/build-tools/bin2boot$(EXEEXT)
+PREINSTALL_FILES = \
+$(PROJECT_ROOT)/pc386/build-tools \
+$(PROJECT_ROOT)/pc386/build-tools/bin2boot$(EXEEXT)
-$(PREINSTALL_DIRS):
+$(PROJECT_ROOT)/pc386/build-tools:
$(mkinstalldirs) $@
$(PROJECT_ROOT)/pc386/build-tools/bin2boot$(EXEEXT): bin2boot
$(INSTALL_PROGRAM) $< $@
## HACK: install into build-tree
-all-local: $(PREINSTALL_DIRS) $(PREINSTALL_FILES)
+all-local: $(PREINSTALL_FILES)
include $(top_srcdir)/../../../../../../../automake/local.am