summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-11 16:32:00 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-11 16:32:00 +0000
commit88c3c5eec5a263a268eb749d929f800246b64b12 (patch)
tree75fab707062209a8e3fb010abffe1396730fc6cb /Makefile.am
parent2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-88c3c5eec5a263a268eb749d929f800246b64b12.tar.bz2
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove make/custom/Makefile. * Makefile.am: Cosmetics. * automake/compile.am: Remove compilation rules. Remove $(ARCH) directory generation.
Diffstat (limited to '')
-rw-r--r--Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index b9af5c720d..28027b5693 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,7 @@ ACLOCAL_AMFLAGS = -I aclocal
SUBDIRS = make $(build_SUBDIRS) $(host_SUBDIRS) $(target_SUBDIRS)
AUTOMAKE_FILES =
-AUTOMAKE_FILES += automake/compile.am
+AUTOMAKE_FILES += automake/compile.am
AUTOMAKE_FILES += automake/host.am
AUTOMAKE_FILES += automake/local.am
AUTOMAKE_FILES += automake/subdirs.am
@@ -43,8 +43,7 @@ ACLOCAL_FILES += aclocal/version.m4
noinst_SCRIPTS = bootstrap
-EXTRA_DIST = README.configure SUPPORT \
- VERSION LICENSE $(noinst_SCRIPTS)
+EXTRA_DIST = README.configure SUPPORT VERSION LICENSE $(noinst_SCRIPTS)
EXTRA_DIST += $(AUTOMAKE_FILES)
EXTRA_DIST += $(ACLOCAL_FILES)