summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-07-06 20:12:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-07-06 20:12:03 +0000
commit6c5aba209a5603cdad076d5acb4c0ea5d6922609 (patch)
tree517bad61525a0dc0cc8be523721e5c5f5c1deae0 /tools
parentPatch rtems-rc-20000705-1.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>. (diff)
downloadrtems-6c5aba209a5603cdad076d5acb4c0ea5d6922609.tar.bz2
Patch rtems-rc-20000705-2.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
that adds multigen to the list of noinst_SCRIPTS.
Diffstat (limited to '')
-rw-r--r--tools/build/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/Makefile.am b/tools/build/Makefile.am
index 81ba93bece..9faa78fa98 100644
--- a/tools/build/Makefile.am
+++ b/tools/build/Makefile.am
@@ -17,6 +17,6 @@ binpatch_SOURCES = binpatch.c
bin_SCRIPTS = install-if-change lock-directory unlock-directory
-noinst_SCRIPTS = search-id.sh
+noinst_SCRIPTS = search-id.sh multigen
include $(top_srcdir)/../../automake/host.am