forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/error.h>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user