From 5cb12c91383c1aaa0aaa03a6055a2b716c754426 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 11 Aug 2002 05:38:30 +0000 Subject: 2002-08-11 Ralf Corsepius * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o. --- c/src/lib/libcpu/mips64orion/timer/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libcpu/mips64orion/timer/Makefile.am') diff --git a/c/src/lib/libcpu/mips64orion/timer/Makefile.am b/c/src/lib/libcpu/mips64orion/timer/Makefile.am index 5f7b1a6a2b..f0aab18204 100644 --- a/c/src/lib/libcpu/mips64orion/timer/Makefile.am +++ b/c/src/lib/libcpu/mips64orion/timer/Makefile.am @@ -9,7 +9,7 @@ C_FILES = timer.c S_FILES = gettime.S -timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o) $(S_FILES:%.S=$(ARCH)/%.o) +timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../../../automake/compile.am -- cgit v1.2.3