Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bug

where wrapup left pieces out of the librtemsall.a.
This commit is contained in:
Joel Sherrill
1999-10-04 18:53:31 +00:00
parent cc63e08130
commit 0efa9f01f8
5 changed files with 6 additions and 5 deletions

View File

@@ -33,10 +33,12 @@ if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then
cfg_subdirs="$cfg_subdirs librtems++";
fi
AC_CONFIG_SUBDIRS($cfg_subdirs)
AC_SUBST(cfg_subdirs)
AC_CONFIG_SUBDIRS(tests)
RTEMS_PROJECT_ROOT
AC_OUTPUT(
Makefile
wrapup/Makefile
)

View File

@@ -14,7 +14,7 @@ LIBCHIP = libchip
endif
SUBDIRS = start include libmisc libc libcpu libbsp \
$(LIBRDBG) $(LIBCHIP) $(LIBHWAPI) wrapup
$(LIBRDBG) $(LIBCHIP) $(LIBHWAPI)
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -14,7 +14,7 @@ LIBCHIP = libchip
endif
SUBDIRS = start include libmisc libc libcpu libbsp \
$(LIBRDBG) $(LIBCHIP) $(LIBHWAPI) wrapup
$(LIBRDBG) $(LIBCHIP) $(LIBHWAPI)
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -97,5 +97,4 @@ include/rdbg/Makefile
include/rdbg/i386/Makefile
include/rdbg/powerpc/Makefile
libc/Makefile
start/Makefile
wrapup/Makefile)
start/Makefile)

View File

@@ -14,7 +14,7 @@ LIBCHIP = libchip
endif
SUBDIRS = start include libmisc libc libcpu libbsp \
$(LIBRDBG) $(LIBCHIP) $(LIBHWAPI) wrapup
$(LIBRDBG) $(LIBCHIP) $(LIBHWAPI)
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am