summaryrefslogtreecommitdiffstats
path: root/tools/cpu
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cpu')
-rw-r--r--tools/cpu/Makefile.am2
-rw-r--r--tools/cpu/Makefile.in6
-rw-r--r--tools/cpu/configure2
-rw-r--r--tools/cpu/configure.in2
-rw-r--r--tools/cpu/generic/Makefile.in2
-rw-r--r--tools/cpu/sh/Makefile.in2
-rw-r--r--tools/cpu/unix/Makefile.in2
7 files changed, 11 insertions, 7 deletions
diff --git a/tools/cpu/Makefile.am b/tools/cpu/Makefile.am
index 98bd40c3e4..c798891b3e 100644
--- a/tools/cpu/Makefile.am
+++ b/tools/cpu/Makefile.am
@@ -7,5 +7,7 @@ ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
SUBDIRS = @subdirs@
+DIST_SUBDIRS = generic hppa1.1 sh unix
+
include $(top_srcdir)/../../automake/subdirs.am
include $(top_srcdir)/../../automake/local.am
diff --git a/tools/cpu/Makefile.in b/tools/cpu/Makefile.in
index 6261aeb5e4..231a1d3318 100644
--- a/tools/cpu/Makefile.in
+++ b/tools/cpu/Makefile.in
@@ -92,6 +92,8 @@ AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
SUBDIRS = @subdirs@
+
+DIST_SUBDIRS = generic hppa1.1 sh unix
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
CONFIG_CLEAN_FILES =
@@ -261,7 +263,7 @@ distdir: $(DISTFILES)
|| cp -p $$d/$$file $(distdir)/$$file || :; \
fi; \
done
- for subdir in $(SUBDIRS); do \
+ for subdir in $(DIST_SUBDIRS); do \
if test "$$subdir" = .; then :; else \
test -d $(distdir)/$$subdir \
|| mkdir $(distdir)/$$subdir \
@@ -384,7 +386,7 @@ profile-am:
profile: profile-am
.PHONY: profile profile-am
-preinstall-am:
+preinstall-am: $(TMPINSTALL_FILES)
preinstall: preinstall-am
.PHONY: preinstall preinstall-am
diff --git a/tools/cpu/configure b/tools/cpu/configure
index 2f73f5bd15..e11a804b63 100644
--- a/tools/cpu/configure
+++ b/tools/cpu/configure
@@ -837,7 +837,7 @@ else
fi
-PACKAGE=rtems-cpu-tools
+PACKAGE=rtems-tools-cpu
VERSION=$RTEMS_VERSION
diff --git a/tools/cpu/configure.in b/tools/cpu/configure.in
index 48807a253d..b469f1ea31 100644
--- a/tools/cpu/configure.in
+++ b/tools/cpu/configure.in
@@ -8,7 +8,7 @@ AC_CONFIG_AUX_DIR(../..)
RTEMS_TOP(../..)
RTEMS_CANONICAL_TARGET_CPU
-AM_INIT_AUTOMAKE(rtems-cpu-tools,$RTEMS_VERSION,no)
+AM_INIT_AUTOMAKE(rtems-tools-cpu,$RTEMS_VERSION,no)
AM_MAINTAINER_MODE
RTEMS_PATH_KSH
diff --git a/tools/cpu/generic/Makefile.in b/tools/cpu/generic/Makefile.in
index a306b4ccd1..2e0abe9aa2 100644
--- a/tools/cpu/generic/Makefile.in
+++ b/tools/cpu/generic/Makefile.in
@@ -250,7 +250,7 @@ profile-am:
profile: profile-am
.PHONY: profile profile-am
-preinstall-am:
+preinstall-am: $(TMPINSTALL_FILES)
preinstall: preinstall-am
.PHONY: preinstall preinstall-am
diff --git a/tools/cpu/sh/Makefile.in b/tools/cpu/sh/Makefile.in
index 602b37c786..b8e81c602e 100644
--- a/tools/cpu/sh/Makefile.in
+++ b/tools/cpu/sh/Makefile.in
@@ -368,7 +368,7 @@ profile-am:
profile: profile-am
.PHONY: profile profile-am
-preinstall-am:
+preinstall-am: $(TMPINSTALL_FILES)
preinstall: preinstall-am
.PHONY: preinstall preinstall-am
diff --git a/tools/cpu/unix/Makefile.in b/tools/cpu/unix/Makefile.in
index df0bce10e2..5027456106 100644
--- a/tools/cpu/unix/Makefile.in
+++ b/tools/cpu/unix/Makefile.in
@@ -366,7 +366,7 @@ profile-am:
profile: profile-am
.PHONY: profile profile-am
-preinstall-am:
+preinstall-am: $(TMPINSTALL_FILES)
preinstall: preinstall-am
.PHONY: preinstall preinstall-am