summaryrefslogtreecommitdiffstats
path: root/tools/cpu
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cpu')
-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