summaryrefslogtreecommitdiffstats
path: root/testsuites/tmitrontests/tmitronsem01/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-11 05:17:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-11 05:17:03 +0000
commit5c4c752b1b54042fbfa7a661819dbc27e9fa2f2f (patch)
tree351738859edc637daa32873b51c63a8c1521e0da /testsuites/tmitrontests/tmitronsem01/Makefile.am
parent2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-5c4c752b1b54042fbfa7a661819dbc27e9fa2f2f.tar.bz2
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tmitronsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
Diffstat (limited to '')
-rw-r--r--testsuites/tmitrontests/tmitronsem01/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/tmitrontests/tmitronsem01/Makefile.am b/testsuites/tmitrontests/tmitronsem01/Makefile.am
index 2f9790cd9b..b833ee6061 100644
--- a/testsuites/tmitrontests/tmitronsem01/Makefile.am
+++ b/testsuites/tmitrontests/tmitronsem01/Makefile.am
@@ -8,7 +8,7 @@ TEST = tmitronsem01
MANAGERS = all
C_FILES = init.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)