summaryrefslogtreecommitdiffstats
path: root/tools/update/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-12 15:00:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-12 15:00:15 +0000
commitdf49c60c9671e4a28e636964d744c1f59fb6cb68 (patch)
treeeabd85e189514ad412a35414ba5d483dcda3ef1f /tools/update/Makefile.am
parentPurged as many egcs references as possible. (diff)
downloadrtems-df49c60c9671e4a28e636964d744c1f59fb6cb68.tar.bz2
Merged from 4.5.0-beta3a
Diffstat (limited to 'tools/update/Makefile.am')
-rw-r--r--tools/update/Makefile.am25
1 files changed, 7 insertions, 18 deletions
diff --git a/tools/update/Makefile.am b/tools/update/Makefile.am
index 05a1bf959e..6277439559 100644
--- a/tools/update/Makefile.am
+++ b/tools/update/Makefile.am
@@ -4,6 +4,7 @@
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
+
## NOTE: It doesn't make much sense to install these files
CLEANFILES = update word-replace
@@ -12,16 +13,10 @@ if PERL
# All files in this directory depend on having perl.
# Do not handle them if perl is missing.
-noinst_SCRIPTS = \
-acpolish \
-ampolish \
-cipolish \
-rtems-polish.sh \
-word-replace \
-update
+noinst_SCRIPTS = acpolish ampolish cipolish rtems-polish.sh word-replace \
+ update
-noinst_DATA = \
-310_to_320_list
+noinst_DATA = 310_to_320_list
update: $(srcdir)/update.in $(top_builddir)/config.status
@cd $(top_builddir) \
@@ -35,13 +30,7 @@ word-replace: $(srcdir)/word-replace.in $(top_builddir)/config.status
endif
-EXTRA_DIST = \
-310_to_320_list \
-update.in \
-word-replace.in \
-acpolish \
-ampolish \
-cipolish \
-rtems-polish.sh
+EXTRA_DIST = 310_to_320_list update.in word-replace.in acpolish ampolish \
+ cipolish rtems-polish.sh
-include $(top_srcdir)/../../automake/local.am
+include $(top_srcdir)/../../automake/host.am