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)