From 38ae496ee8d104f37748d23e1af10653c28450f6 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 22 Jul 2002 13:57:35 +0000 Subject: 2002-07-22 Ralf Corsepius * src/Makefile.am: Use .$(OBJEXT) instead of .o. --- cpukit/score/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/src/Makefile.am') diff --git a/cpukit/score/src/Makefile.am b/cpukit/score/src/Makefile.am index 64d0d50a15..d10888d5b7 100644 --- a/cpukit/score/src/Makefile.am +++ b/cpukit/score/src/Makefile.am @@ -62,7 +62,7 @@ C_FILES = $(STD_C_FILES) $(MP_C_FILES) else C_FILES = $(STD_C_FILES) endif -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) OBJS = $(C_O_FILES) -- cgit v1.2.3