summaryrefslogtreecommitdiffstats
path: root/tools/update/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-03-25 08:30:09 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-03-25 08:30:09 +0000
commit24af9a0677c4707fd4641223ec49101436c219d3 (patch)
treeedec93dc418f0549c83b24b5e6de0d370564ad12 /tools/update/Makefile.am
parentMerger from rtems-4-6-branch. (diff)
downloadrtems-24af9a0677c4707fd4641223ec49101436c219d3.tar.bz2
Merger from rtems-4-6-branch.
Diffstat (limited to '')
-rw-r--r--tools/update/Makefile.am35
1 files changed, 0 insertions, 35 deletions
diff --git a/tools/update/Makefile.am b/tools/update/Makefile.am
deleted file mode 100644
index 819ae13b71..0000000000
--- a/tools/update/Makefile.am
+++ /dev/null
@@ -1,35 +0,0 @@
-##
-## $Id$
-##
-
-ACLOCAL_AMFLAGS = -I ../../aclocal
-
-## NOTE: It doesn't make much sense to install these files
-
-CLEANFILES = update word-replace
-
-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_DATA = 310_to_320_list
-
-update: $(srcdir)/update.in $(top_builddir)/config.status
- @cd $(top_builddir) \
- && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status; \
- chmod 755 $@
-
-word-replace: $(srcdir)/word-replace.in $(top_builddir)/config.status
- @cd $(top_builddir) \
- && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status; \
- chmod 755 $@
-
-endif
-
-EXTRA_DIST = 310_to_320_list update.in word-replace.in acpolish ampolish \
- cipolish rtems-polish.sh
-
-include $(top_srcdir)/../../automake/host.am