From 239cf330371e04193d52495136473433bb29a808 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 22 Jul 2002 13:44:42 +0000 Subject: 2002-07-22 Ralf Corsepius * src/dosfs/Makefile.am: Use .$(OBJEXT) instead of .o. * src/src/imfs/Makefile.am: Ditto. --- cpukit/libfs/src/dosfs/Makefile.am | 2 +- cpukit/libfs/src/imfs/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/libfs/src') diff --git a/cpukit/libfs/src/dosfs/Makefile.am b/cpukit/libfs/src/dosfs/Makefile.am index 6f369f1906..02cb920dda 100644 --- a/cpukit/libfs/src/dosfs/Makefile.am +++ b/cpukit/libfs/src/dosfs/Makefile.am @@ -21,7 +21,7 @@ LIB = ${ARCH}/libdosfs.a C_FILES = $(FATFS_C_FILES) $(DOSFS_C_FILES) -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) include_HEADERS = dosfs.h diff --git a/cpukit/libfs/src/imfs/Makefile.am b/cpukit/libfs/src/imfs/Makefile.am index 28847b42a9..42f75d046c 100644 --- a/cpukit/libfs/src/imfs/Makefile.am +++ b/cpukit/libfs/src/imfs/Makefile.am @@ -24,7 +24,7 @@ C_FILES = $(COMMON_C_FILES) $(UNIX_C_FILES) else C_FILES = $(COMMON_C_FILES) $(EMBEDDED_C_FILES) endif -C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) +C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) include_HEADERS = imfs.h -- cgit v1.2.3