From 2f6a4b34053dd8dd1a44202f32e564bf6602c6d1 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 11 Aug 2002 05:58:11 +0000 Subject: 2002-08-11 Ralf Corsepius * rtems/Makefile.am: Use .$(OBJEXT) instead of .o. * sapi/Makefile.am: Use .$(OBJEXT) instead of .o. --- c/src/optman/ChangeLog | 5 +++++ c/src/optman/rtems/Makefile.am | 2 +- c/src/optman/sapi/Makefile.am | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'c/src') diff --git a/c/src/optman/ChangeLog b/c/src/optman/ChangeLog index 7eeff660ae..70054afa6e 100644 --- a/c/src/optman/ChangeLog +++ b/c/src/optman/ChangeLog @@ -1,3 +1,8 @@ +2002-08-11 Ralf Corsepius + + * rtems/Makefile.am: Use .$(OBJEXT) instead of .o. + * sapi/Makefile.am: Use .$(OBJEXT) instead of .o. + 2002-07-23 Ralf Corsepius * sapi/Makefile.am: Add bsplib_DATA = $(PGMS). diff --git a/c/src/optman/rtems/Makefile.am b/c/src/optman/rtems/Makefile.am index 387c7600e6..e594949876 100644 --- a/c/src/optman/rtems/Makefile.am +++ b/c/src/optman/rtems/Makefile.am @@ -5,7 +5,7 @@ C_FILES = no-dpmem.c no-event.c no-msg.c no-mp.c no-part.c no-region.c \ no-rtmon.c no-sem.c no-signal.c no-timer.c -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) PGMS = $(C_FILES:%.c=$(ARCH)/%.rel) diff --git a/c/src/optman/sapi/Makefile.am b/c/src/optman/sapi/Makefile.am index 1ee1e28c2e..1a1ca0e893 100644 --- a/c/src/optman/sapi/Makefile.am +++ b/c/src/optman/sapi/Makefile.am @@ -4,7 +4,7 @@ C_FILES = no-ext.c no-io.c -C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) +C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) PGMS = $(C_FILES:%.c=$(ARCH)/%.rel) -- cgit v1.2.3