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/httpd/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/httpd/Makefile.am') 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) -- cgit v1.2.3