summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-04 18:53:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-04 18:53:31 +0000
commit0efa9f01f80d98aabc54a87748d60cd19be2416c (patch)
treef87837544206ee7720b9b49961e890310e99328b /c/src/exec/libcsupport/Makefile.am
parentPatch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make libnetworking (diff)
downloadrtems-0efa9f01f80d98aabc54a87748d60cd19be2416c.tar.bz2
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bug
where wrapup left pieces out of the librtemsall.a.
Diffstat (limited to 'c/src/exec/libcsupport/Makefile.am')
-rw-r--r--c/src/exec/libcsupport/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/libcsupport/Makefile.am b/c/src/exec/libcsupport/Makefile.am
index 0c8524d9c4..f4d3e1afd6 100644
--- a/c/src/exec/libcsupport/Makefile.am
+++ b/c/src/exec/libcsupport/Makefile.am
@@ -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