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/ftpd/Makefile.am | 2 +- cpukit/httpd/Makefile.am | 2 +- cpukit/pppd/Makefile.am | 2 +- cpukit/telnetd/Makefile.am | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'cpukit') diff --git a/cpukit/ftpd/Makefile.am b/cpukit/ftpd/Makefile.am index 140d0c37d0..0c83936d58 100644 --- a/cpukit/ftpd/Makefile.am +++ b/cpukit/ftpd/Makefile.am @@ -9,7 +9,7 @@ LIBNAME = lib.a LIB = $(ARCH)/$(LIBNAME) C_FILES = ftpd.c -C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) +C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) OBJS = $(C_O_FILES) diff --git a/cpukit/httpd/Makefile.am b/cpukit/httpd/Makefile.am index acc24295fe..f3f9652122 100644 --- a/cpukit/httpd/Makefile.am +++ b/cpukit/httpd/Makefile.am @@ -12,7 +12,7 @@ C_FILES = asp.c balloc.c default.c ejlex.c ejparse.c emfdb.c form.c \ h.c handler.c md5c.c mime.c misc.c webpage.c ringq.c rom.c security.c \ sock.c socket.c sym.c uemf.c um.c url.c value.c wbase64.c webrom.c webs.c \ websuemf.c webmain.c -C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) +C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) OBJS = $(C_O_FILES) diff --git a/cpukit/pppd/Makefile.am b/cpukit/pppd/Makefile.am index 4b2db51c05..e6ee58a2c7 100644 --- a/cpukit/pppd/Makefile.am +++ b/cpukit/pppd/Makefile.am @@ -12,7 +12,7 @@ LIB = $(ARCH)/$(LIBNAME) C_FILES = auth.c ccp.c chap.c chap_ms.c chat.c demand.c fsm.c ipcp.c lcp.c \ magic.c options.c upap.c md4.c md5.c utils.c sys-rtems.c rtemsmain.c \ rtemspppd.c -C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) +C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) OBJS = $(C_O_FILES) 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