From 45269dc902f360953ecb9f8816beaae9daa4cec7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 11 Oct 1999 15:34:26 +0000 Subject: Patch from Ralf Corsepius to move librdbg to its own top level package. --- c/src/lib/Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'c/src/lib/Makefile.am') diff --git a/c/src/lib/Makefile.am b/c/src/lib/Makefile.am index 0f0b750f5b..e588da2cc0 100644 --- a/c/src/lib/Makefile.am +++ b/c/src/lib/Makefile.am @@ -5,16 +5,12 @@ AUTOMAKE_OPTIONS = foreign 1.4 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal -if HAS_RDBG -LIBRDBG = librdbg -endif - if HAS_LIBCHIP LIBCHIP = libchip endif SUBDIRS = start include libmisc libc libcpu libbsp \ - $(LIBRDBG) $(LIBCHIP) $(LIBHWAPI) + $(LIBCHIP) $(LIBHWAPI) include $(top_srcdir)/../../../automake/subdirs.am include $(top_srcdir)/../../../automake/local.am -- cgit v1.2.3