summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-06-27 21:27:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-06-27 21:27:01 +0000
commitb335e9efabd9d482f4162d04f52c983d74f7104c (patch)
treee9982ef75a654eca9be7d58344b51dc69313da99 /tools
parent2002-06-27 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-b335e9efabd9d482f4162d04f52c983d74f7104c.tar.bz2
2002-06-27 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: genoffsets must be built before the executive.
Diffstat (limited to '')
-rw-r--r--tools/cpu/hppa1.1/ChangeLog4
-rw-r--r--tools/cpu/hppa1.1/Makefile.am2
2 files changed, 6 insertions, 0 deletions
diff --git a/tools/cpu/hppa1.1/ChangeLog b/tools/cpu/hppa1.1/ChangeLog
index 6eb6e31d87..6159c2abba 100644
--- a/tools/cpu/hppa1.1/ChangeLog
+++ b/tools/cpu/hppa1.1/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-27 Joel Sherrill <joel@OARcorp.com>
+
+ * Makefile.am: genoffsets must be built before the executive.
+
2002-04-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_EXEEXT (obsolete).
diff --git a/tools/cpu/hppa1.1/Makefile.am b/tools/cpu/hppa1.1/Makefile.am
index 967565b9da..2536af6d9c 100644
--- a/tools/cpu/hppa1.1/Makefile.am
+++ b/tools/cpu/hppa1.1/Makefile.am
@@ -14,4 +14,6 @@ CPU_DIR = ../../cpu/$(RTEMS_CPU)
AM_CPPFLAGS = -I$(PROJECT_INCLUDE) -I$(CPU_DIR)
+PREINSTALL_FILES = genoffsets
+
include $(top_srcdir)/../../../automake/host.am