forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user