summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-22 13:39:14 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-22 13:39:14 +0000
commit4ca93534875cb3f361657cec9f5bf0d51d78519e (patch)
tree416877d0135eea21cc4bb07230d49d125fbf3783 /cpukit/itron/src
parent2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-4ca93534875cb3f361657cec9f5bf0d51d78519e.tar.bz2
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/Makefile.am: Use .$(OBJEXT) instead of .o.
Diffstat (limited to 'cpukit/itron/src')
-rw-r--r--cpukit/itron/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)