From 81df4984ff13d3000bd6383cf099d8241df25e93 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 14 Jan 2003 18:41:29 +0000 Subject: 2003-01-10 Ralf Corsepius * Makefile.am: Eliminate OBJS. --- cpukit/libcsupport/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpukit/libcsupport/Makefile.am') diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am index e021c220e8..44dd1c388c 100644 --- a/cpukit/libcsupport/Makefile.am +++ b/cpukit/libcsupport/Makefile.am @@ -149,8 +149,7 @@ else C_FILES = $(COMMON_C_FILES) $(EMBEDDED_C_FILES) endif -C_O_FILES = $(C_FILES:src/%.c=${ARCH}/%.$(OBJEXT)) -OBJS = $(C_O_FILES) +OBJS = $(C_FILES:src/%.c=${ARCH}/%.$(OBJEXT)) # # Add local stuff here using += -- cgit v1.2.3