From 2b44af21ddbdfe045a64b4dd68a42602f454526d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 11 Aug 2002 06:03:16 +0000 Subject: 2002-08-11 Ralf Corsepius * pppd/Makefile.am: Use .$(OBJEXT) instead of .o. * rtems_servers/Makefile.am: Use .$(OBJEXT) instead of .o. * rtems_telnetd/Makefile.am: Use .$(OBJEXT) instead of .o. * rtems_webserver/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o. --- cpukit/telnetd/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/telnetd/Makefile.am') diff --git a/cpukit/telnetd/Makefile.am b/cpukit/telnetd/Makefile.am index eb5e790aa2..5b644b1e08 100644 --- a/cpukit/telnetd/Makefile.am +++ b/cpukit/telnetd/Makefile.am @@ -9,7 +9,7 @@ LIBNAME = libtelnetd-tmp LIB = $(ARCH)/$(LIBNAME).a C_FILES = pty.c telnetd.c icmds.c -C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) +C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) include_rtems_HEADERS = pty.h telnetd.h -- cgit v1.2.3