From 595c4bc230ef6ade3f93d9d85c71748416c8c1c9 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 11 Dec 2002 06:37:47 +0000 Subject: 2002-12-11 Ralf Corsepius * Makefile.am: Use .$(OBJEXT) instead of .o. --- c/src/optman/ChangeLog | 4 ++++ c/src/optman/Makefile.am | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'c/src/optman') diff --git a/c/src/optman/ChangeLog b/c/src/optman/ChangeLog index 25c792e19b..58cc3ebe2e 100644 --- a/c/src/optman/ChangeLog +++ b/c/src/optman/ChangeLog @@ -1,3 +1,7 @@ +2002-12-11 Ralf Corsepius + + * Makefile.am: Use .$(OBJEXT) instead of .o. + 2002-12-09 Ralf Corsepius * Makefile.am: Introduce sapi_C_FILES, rtems_C_FILES. diff --git a/c/src/optman/Makefile.am b/c/src/optman/Makefile.am index 3a40a6b6db..df38993204 100644 --- a/c/src/optman/Makefile.am +++ b/c/src/optman/Makefile.am @@ -18,11 +18,11 @@ C_O_FILES += $(rtems_C_FILES:rtems/%.c=${ARCH}/%.$(OBJEXT)) PGMS = $(rtems_C_FILES:rtems/%.c=$(ARCH)/%$(LIB_VARIANT).rel) PGMS += $(sapi_C_FILES:sapi/%.c=$(ARCH)/%$(LIB_VARIANT).rel) -${ARCH}/%.o: sapi/%.c +${ARCH}/%.$(OBJEXT): sapi/%.c test -d $(ARCH) || mkdir $(ARCH) ${COMPILE} -o $@ -c $< -${ARCH}/%.o: rtems/%.c +${ARCH}/%.$(OBJEXT): rtems/%.c test -d $(ARCH) || mkdir $(ARCH) ${COMPILE} -o $@ -c $< -- cgit v1.2.3