summaryrefslogtreecommitdiffstats
path: root/tools/cpu/hppa1.1/Makefile.am
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/cpu/hppa1.1/Makefile.am
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 'tools/cpu/hppa1.1/Makefile.am')
-rw-r--r--tools/cpu/hppa1.1/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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