summaryrefslogtreecommitdiffstats
path: root/c/src/exec
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-06-25 17:39:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-06-25 17:39:34 +0000
commit2239edfdff72bbd8dda9cc8924bf5a80ed59ff8f (patch)
treea509d21c248ca4f2a0df3747b00d8ffbdf65c4d4 /c/src/exec
parent2002-06-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-2239edfdff72bbd8dda9cc8924bf5a80ed59ff8f.tar.bz2
2002-06-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Fix stupid typo in previous patch.
Diffstat (limited to 'c/src/exec')
-rw-r--r--c/src/exec/ChangeLog4
-rw-r--r--c/src/exec/wrapup/Makefile.am2
2 files changed, 5 insertions, 1 deletions
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,5 +1,9 @@
2002-06-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * wrapup/Makefile.am: Fix stupid typo in previous patch.
+
+2002-06-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* configure.ac: Add librpc. AC_PROG_RANLIB.
* wrapup/Makefile.am: Add librpc.
Use relative path to lib*.a for
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) \