From bbf1103aad885921ef896c6686d32d755ed4e1c7 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 12 Jun 2007 05:14:35 +0000 Subject: =?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/wrapup/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpukit/wrapup') 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) -- cgit v1.2.3