From b335e9efabd9d482f4162d04f52c983d74f7104c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 27 Jun 2002 21:27:01 +0000 Subject: 2002-06-27 Joel Sherrill * Makefile.am: genoffsets must be built before the executive. --- tools/cpu/hppa1.1/ChangeLog | 4 ++++ tools/cpu/hppa1.1/Makefile.am | 2 ++ 2 files changed, 6 insertions(+) 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 + + * Makefile.am: genoffsets must be built before the executive. + 2002-04-01 Ralf Corsepius * 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 -- cgit v1.2.3