2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* wrapup/Makefile.am: Reflect changes to shmdr.
This commit is contained in:
Ralf Corsepius
2003-12-19 00:25:15 +00:00
parent 0b4c3d04a8
commit a099e9a003
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Reflect changes to shmdr.
2003-12-17 Joel Sherrill <joel@OARcorp.com> 2003-12-17 Joel Sherrill <joel@OARcorp.com>
* aclocal/version.m4: Updated to rtems-20031217-test. * aclocal/version.m4: Updated to rtems-20031217-test.

View File

@@ -38,6 +38,10 @@ endif
SRCS += $(wildcard \ SRCS += $(wildcard \
$(PROJECT_LIB)/lib/rtems-ctor$(LIB_VARIANT).$(OBJEXT)) $(PROJECT_LIB)/lib/rtems-ctor$(LIB_VARIANT).$(OBJEXT))
if HAS_MP
SRCS += ../libchip/shmdr/$(ARCH)/shmdr.rel
endif
all-local: $(TMPINSTALL_FILES) all-local: $(TMPINSTALL_FILES)
$(ARCH)/librtemsbsp$(LIB_VARIANT).a: $(SRCS) $(ARCH)/$(dirstamp) $(ARCH)/librtemsbsp$(LIB_VARIANT).a: $(SRCS) $(ARCH)/$(dirstamp)