diff --git a/c/src/exec/ChangeLog b/c/src/exec/ChangeLog index 9153fcc025..f3430eb358 100644 --- a/c/src/exec/ChangeLog +++ b/c/src/exec/ChangeLog @@ -1,3 +1,7 @@ +2002-06-25 Ralf Corsepius + + * wrapup/Makefile.am: Fix stupid typo in previous patch. + 2002-06-25 Ralf Corsepius * configure.ac: Add librpc. AC_PROG_RANLIB. diff --git a/c/src/exec/wrapup/Makefile.am b/c/src/exec/wrapup/Makefile.am index 814c8d7ea2..73cf4a02ac 100644 --- a/c/src/exec/wrapup/Makefile.am +++ b/c/src/exec/wrapup/Makefile.am @@ -35,7 +35,7 @@ if HAS_NETWORKING NETWORKING_OBJS = \ ../libnetworking/wrapup/$(ARCH)/libnetworking.a \ ../librpc/src/rpc/$(ARCH)/librpc.a \ - ../librpc/src/rpc/$(ARCH)/libxdr.a + ../librpc/src/xdr/$(ARCH)/libxdr.a endif OBJS = $(CPU_OBJS) $(CORE_OBJS) $(RTEMS_OBJS) $(SAPI_OBJS) \ diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 9153fcc025..f3430eb358 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2002-06-25 Ralf Corsepius + + * wrapup/Makefile.am: Fix stupid typo in previous patch. + 2002-06-25 Ralf Corsepius * configure.ac: Add librpc. AC_PROG_RANLIB. diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am index 814c8d7ea2..73cf4a02ac 100644 --- a/cpukit/wrapup/Makefile.am +++ b/cpukit/wrapup/Makefile.am @@ -35,7 +35,7 @@ if HAS_NETWORKING NETWORKING_OBJS = \ ../libnetworking/wrapup/$(ARCH)/libnetworking.a \ ../librpc/src/rpc/$(ARCH)/librpc.a \ - ../librpc/src/rpc/$(ARCH)/libxdr.a + ../librpc/src/xdr/$(ARCH)/libxdr.a endif OBJS = $(CPU_OBJS) $(CORE_OBJS) $(RTEMS_OBJS) $(SAPI_OBJS) \