2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* wrapup/Makefile.am: Reflect changes to sapi/.
	* configure.ac: Reflect changes to sapi/.
This commit is contained in:
Ralf Corsepius
2002-12-09 07:31:54 +00:00
parent f117cafc8a
commit 25f419e1d7
2 changed files with 1 additions and 5 deletions

View File

@@ -148,11 +148,7 @@ AC_CONFIG_FILES([Makefile
include/Makefile
rtems/Makefile
sapi/Makefile
sapi/src/Makefile
sapi/include/Makefile
sapi/include/rtems/sptables.h
sapi/inline/Makefile
sapi/macros/Makefile
score/Makefile
score/cpu/Makefile
score/include/Makefile

View File

@@ -12,7 +12,7 @@ if LIBSCORECPU
CPU_OBJS = ../score/cpu/$(RTEMS_CPU)/$(ARCH)/libscorecpu.a
endif
CORE_OBJS = ../score/src/$(ARCH)/libscore.a
SAPI_OBJS = ../sapi/src/$(ARCH)/libsapi.a
SAPI_OBJS = ../sapi/$(ARCH)/libsapi.a
RTEMS_OBJS = ../rtems/$(ARCH)/librtems.a
if HAS_POSIX