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/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/optman/Makefile.am') 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