2002-06-27 Joel Sherrill <joel@OARcorp.com>

* Makefile.am: genoffsets must be built before the executive.
This commit is contained in:
Joel Sherrill
2002-06-27 21:27:01 +00:00
parent 8ce766ce72
commit b335e9efab
2 changed files with 6 additions and 0 deletions

View File

@@ -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).

View File

@@ -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