From cc2793333bc6ffda244c0c1fe2ddeffdf32e6f84 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 4 Jan 2002 19:36:11 +0000 Subject: 2002-01-04 Joel Sherrill * Makefile.am, configure.ac: Remove references to wrapup subdirectory. --- c/src/exec/ChangeLog | 4 ++++ c/src/exec/Makefile.am | 2 +- c/src/exec/configure.ac | 1 - cpukit/ChangeLog | 4 ++++ cpukit/Makefile.am | 2 +- cpukit/configure.ac | 1 - 6 files changed, 10 insertions(+), 4 deletions(-) diff --git a/c/src/exec/ChangeLog b/c/src/exec/ChangeLog index 5624f090c8..98805864cb 100644 --- a/c/src/exec/ChangeLog +++ b/c/src/exec/ChangeLog @@ -1,3 +1,7 @@ +2002-01-04 Joel Sherrill + + * Makefile.am, configure.ac: Remove references to wrapup subdirectory. + 2001-12-22 Ralf Corsepius * configure.ac: Use AS_IF instead of if/then/else. diff --git a/c/src/exec/Makefile.am b/c/src/exec/Makefile.am index c4bbee1556..4995bce129 100644 --- a/c/src/exec/Makefile.am +++ b/c/src/exec/Makefile.am @@ -15,7 +15,7 @@ if HAS_ITRON ITRON_SUBDIRS = itron endif -SUBDIRS = include score rtems $(POSIX_SUBDIRS) $(ITRON_SUBDIRS) sapi wrapup +SUBDIRS = include score rtems $(POSIX_SUBDIRS) $(ITRON_SUBDIRS) sapi include $(top_srcdir)/../../../automake/subdirs.am include $(top_srcdir)/../../../automake/local.am diff --git a/c/src/exec/configure.ac b/c/src/exec/configure.ac index 24aae1e70e..db2edb33b1 100644 --- a/c/src/exec/configure.ac +++ b/c/src/exec/configure.ac @@ -100,6 +100,5 @@ score/include/Makefile score/inline/Makefile score/macros/Makefile score/src/Makefile -wrapup/Makefile ]) AC_OUTPUT diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 5624f090c8..98805864cb 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2002-01-04 Joel Sherrill + + * Makefile.am, configure.ac: Remove references to wrapup subdirectory. + 2001-12-22 Ralf Corsepius * configure.ac: Use AS_IF instead of if/then/else. diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index c4bbee1556..4995bce129 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -15,7 +15,7 @@ if HAS_ITRON ITRON_SUBDIRS = itron endif -SUBDIRS = include score rtems $(POSIX_SUBDIRS) $(ITRON_SUBDIRS) sapi wrapup +SUBDIRS = include score rtems $(POSIX_SUBDIRS) $(ITRON_SUBDIRS) sapi include $(top_srcdir)/../../../automake/subdirs.am include $(top_srcdir)/../../../automake/local.am diff --git a/cpukit/configure.ac b/cpukit/configure.ac index 24aae1e70e..db2edb33b1 100644 --- a/cpukit/configure.ac +++ b/cpukit/configure.ac @@ -100,6 +100,5 @@ score/include/Makefile score/inline/Makefile score/macros/Makefile score/src/Makefile -wrapup/Makefile ]) AC_OUTPUT -- cgit v1.2.3