2002-06-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* wrapup/Makefile.am: Fix stupid typo in previous patch.
This commit is contained in:
Ralf Corsepius
2002-06-25 17:39:34 +00:00
parent e73e5766a8
commit 2239edfdff
4 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
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.

View File

@@ -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) \

View File

@@ -1,3 +1,7 @@
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.

View File

@@ -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) \