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

* Makefile.am: Eliminate C_O_FILES.
	Eliminate SRCS.
This commit is contained in:
Ralf Corsepius
2002-12-12 06:11:14 +00:00
parent 126660c57d
commit bb89189ab5
2 changed files with 6 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Eliminate C_O_FILES.
Eliminate SRCS.
2002-12-02 Joel Sherrill <joel@OARcorp.com> 2002-12-02 Joel Sherrill <joel@OARcorp.com>
* src/bdbuf.c: Added cast to remove warning. * src/bdbuf.c: Added cast to remove warning.

View File

@@ -26,11 +26,7 @@ PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
LIB = ${ARCH}/libblock.a LIB = ${ARCH}/libblock.a
C_FILES = src/bdbuf.c src/blkdev.c src/diskdevs.c src/ramdisk.c C_FILES = src/bdbuf.c src/blkdev.c src/diskdevs.c src/ramdisk.c
OBJS = $(C_FILES:src/%.c=${ARCH}/%.$(OBJEXT))
C_O_FILES = $(C_FILES:src/%.c=${ARCH}/%.$(OBJEXT))
SRCS = $(C_FILES)
OBJS = $(C_O_FILES)
AM_CFLAGS += $(LIBC_DEFINES) AM_CFLAGS += $(LIBC_DEFINES)