From bbf1103aad885921ef896c6686d32d755ed4e1c7 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 12 Jun 2007 05:14:35 +0000 Subject: [PATCH] =?UTF-8?q?2007-06-12=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * wrapup/Makefile.am: Add libmd.a. --- cpukit/ChangeLog | 4 ++++ cpukit/wrapup/Makefile.am | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 05d7e6be60..41d31fc665 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2007-06-12 Ralf Corsépius + + * wrapup/Makefile.am: Add libmd.a. + 2007-06-11 Ralf Corsépius * pppd/Makefile.am: Remove md5 and md4 from libpppd.a. diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am index 2441529500..178faf5186 100644 --- a/cpukit/wrapup/Makefile.am +++ b/cpukit/wrapup/Makefile.am @@ -69,6 +69,10 @@ TMP_LIBS += ../librpc/librpc.a TMP_LIBS += ../librpc/libxdr.a endif +if NEWLIB +TMP_LIBS += ../pppd/libmd.a +endif + librtemscpu.a: $(TMP_LIBS) rm -f $@ $(MKDIR_P) $(ARCH)