summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-02 10:32:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-02 10:32:05 +0000
commit470816da47c68a15bf39af58e11e4f620d186f76 (patch)
tree97461f5b810813258a2eaf98817ff1087735238d
parent2004-01-02 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-470816da47c68a15bf39af58e11e4f620d186f76.tar.bz2
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Remove ACLOCAL_FILES.
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.am13
2 files changed, 4 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index eaf2a4dd14..c40c83911a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * Makefile.am: Remove ACLOCAL_FILES.
+
2004-11-16 Ralf Corsepius <ralf_corsepius@rtems.org>
* aclocal/check-bsps.m4: Use ls instead of globs to pickup
diff --git a/Makefile.am b/Makefile.am
index 50ced758de..611bb50528 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,22 +10,9 @@ ACLOCAL_AMFLAGS = -I aclocal
SUBDIRS = make $(build_SUBDIRS) $(host_SUBDIRS) $(target_SUBDIRS)
DIST_SUBDIRS = $(SUBDIRS)
-ACLOCAL_FILES =
-ACLOCAL_FILES += aclocal/bsp-alias.m4
-ACLOCAL_FILES += aclocal/canonical-target-name.m4
-ACLOCAL_FILES += aclocal/check-bsps.m4
-ACLOCAL_FILES += aclocal/check-custom-bsp.m4
-ACLOCAL_FILES += aclocal/enable-bare.m4
-ACLOCAL_FILES += aclocal/path-ksh.m4
-ACLOCAL_FILES += aclocal/project-root.m4
-ACLOCAL_FILES += aclocal/quoting.m4
-ACLOCAL_FILES += aclocal/rtems-cpu-subdirs.m4
-ACLOCAL_FILES += aclocal/tool-paths.m4
-
noinst_SCRIPTS = bootstrap
EXTRA_DIST = README.configure SUPPORT VERSION LICENSE $(noinst_SCRIPTS)
-EXTRA_DIST += $(ACLOCAL_FILES)
EXTRA_DIST += config-ml.in
dist-hook: