From df49c60c9671e4a28e636964d744c1f59fb6cb68 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 Jun 2000 15:00:15 +0000 Subject: Merged from 4.5.0-beta3a --- tools/build/Makefile.am | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'tools/build/Makefile.am') diff --git a/tools/build/Makefile.am b/tools/build/Makefile.am index 55012a65ce..81ba93bece 100644 --- a/tools/build/Makefile.am +++ b/tools/build/Makefile.am @@ -5,21 +5,18 @@ AUTOMAKE_OPTIONS = foreign 1.4 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal -bin_PROGRAMS = cklength eolstrip packhex unhex +bin_PROGRAMS = cklength eolstrip packhex unhex noinst_PROGRAMS = binpatch cklength_SOURCES = cklength.c eolstrip_SOURCES = eolstrip.c -packhex_SOURCES = packhex.c -unhex_SOURCES = unhex.c +packhex_SOURCES = packhex.c +unhex_SOURCES = unhex.c binpatch_SOURCES = binpatch.c -bin_SCRIPTS=\ -install-if-change \ -lock-directory \ -unlock-directory +bin_SCRIPTS = install-if-change lock-directory unlock-directory noinst_SCRIPTS = search-id.sh -include $(top_srcdir)/../../automake/local.am +include $(top_srcdir)/../../automake/host.am -- cgit v1.2.3