From 4ca93534875cb3f361657cec9f5bf0d51d78519e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 22 Jul 2002 13:39:14 +0000 Subject: 2002-07-22 Ralf Corsepius * src/Makefile.am: Use .$(OBJEXT) instead of .o. --- cpukit/itron/ChangeLog | 4 ++++ cpukit/itron/src/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'cpukit/itron') diff --git a/cpukit/itron/ChangeLog b/cpukit/itron/ChangeLog index 8628767948..ef88b2b321 100644 --- a/cpukit/itron/ChangeLog +++ b/cpukit/itron/ChangeLog @@ -1,3 +1,7 @@ +2002-07-22 Ralf Corsepius + + * src/Makefile.am: Use .$(OBJEXT) instead of .o. + 2002-07-22 Ralf Corsepius * src/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES. diff --git a/cpukit/itron/src/Makefile.am b/cpukit/itron/src/Makefile.am index d6c53bfbb0..5fda1e1621 100644 --- a/cpukit/itron/src/Makefile.am +++ b/cpukit/itron/src/Makefile.am @@ -41,7 +41,7 @@ C_FILES = $(TASK_C_FILES) $(TASKSYNC_C_FILES) $(SEMAPHORE_C_FILES) \ $(RENDEZVOUS_C_FILES) $(INTERRUPT_C_FILES) \ $(VARIABLE_MEMORY_POOL_C_FILES) $(FIXED_MEMORY_POOL_C_FILES) \ $(TIME_C_FILES) -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) OBJS = $(C_O_FILES) -- cgit v1.2.3