From 2f6a4b34053dd8dd1a44202f32e564bf6602c6d1 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 11 Aug 2002 05:58:11 +0000 Subject: 2002-08-11 Ralf Corsepius * rtems/Makefile.am: Use .$(OBJEXT) instead of .o. * sapi/Makefile.am: Use .$(OBJEXT) instead of .o. --- c/src/optman/rtems/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/optman/rtems/Makefile.am') diff --git a/c/src/optman/rtems/Makefile.am b/c/src/optman/rtems/Makefile.am index 387c7600e6..e594949876 100644 --- a/c/src/optman/rtems/Makefile.am +++ b/c/src/optman/rtems/Makefile.am @@ -5,7 +5,7 @@ C_FILES = no-dpmem.c no-event.c no-msg.c no-mp.c no-part.c no-region.c \ no-rtmon.c no-sem.c no-signal.c no-timer.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) PGMS = $(C_FILES:%.c=$(ARCH)/%.rel) -- cgit v1.2.3