2002-08-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* shell/shell.c: #include <time.h>
	* wrapup/Makefile.am: Eliminate LIBNAME.
This commit is contained in:
Ralf Corsepius
2002-08-30 13:13:07 +00:00
parent 2d9c50b475
commit 84206479fb
6 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
2002-08-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shell/shell.c: #include <time.h>
* wrapup/Makefile.am: Eliminate LIBNAME.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* capture/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -17,6 +17,7 @@
#endif
#include <stdio.h>
#include <time.h>
#include <rtems.h>
#include <rtems/error.h>

View File

@@ -2,9 +2,7 @@
## $Id$
##
LIBNAME = libmisc
LIB = $(ARCH)/$(LIBNAME).a
LIB = $(ARCH)/libmisc.a
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am