From ab2fce06474303ce6a7d9378a0c73e0784419edb Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 11 Aug 2002 05:17:41 +0000 Subject: 2002-08-11 Ralf Corsepius * itronhello/Makefile.am: Use .$(OBJEXT) instead of .o. * itronmbf01/Makefile.am: Use .$(OBJEXT) instead of .o. * itronmbox01/Makefile.am: Use .$(OBJEXT) instead of .o. * itronsem01/Makefile.am: Use .$(OBJEXT) instead of .o. * itrontask01/Makefile.am: Use .$(OBJEXT) instead of .o. * itrontask02/Makefile.am: Use .$(OBJEXT) instead of .o. * itrontask03/Makefile.am: Use .$(OBJEXT) instead of .o. * itrontask04/Makefile.am: Use .$(OBJEXT) instead of .o. * itrontime01/Makefile.am: Use .$(OBJEXT) instead of .o. --- testsuites/itrontests/itronhello/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/itrontests/itronhello/Makefile.am') diff --git a/testsuites/itrontests/itronhello/Makefile.am b/testsuites/itrontests/itronhello/Makefile.am index b507322008..2a353f93b6 100644 --- a/testsuites/itrontests/itronhello/Makefile.am +++ b/testsuites/itrontests/itronhello/Makefile.am @@ -9,7 +9,7 @@ PGM = ${ARCH}/$(TEST).exe 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