From 5c4c752b1b54042fbfa7a661819dbc27e9fa2f2f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 11 Aug 2002 05:17:03 +0000 Subject: 2002-08-11 Ralf Corsepius * tmitronsem01/Makefile.am: Use .$(OBJEXT) instead of .o. --- testsuites/tmitrontests/tmitronsem01/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/tmitrontests/tmitronsem01') 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) -- cgit v1.2.3