summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/wrapup
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-11 06:03:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-11 06:03:16 +0000
commit2b44af21ddbdfe045a64b4dd68a42602f454526d (patch)
tree04092e1d8e5621023d7a4c4d844c7a6808897cbb /c/src/libnetworking/wrapup
parent2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-2b44af21ddbdfe045a64b4dd68a42602f454526d.tar.bz2
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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.
Diffstat (limited to 'c/src/libnetworking/wrapup')
-rw-r--r--c/src/libnetworking/wrapup/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/libnetworking/wrapup/Makefile.am b/c/src/libnetworking/wrapup/Makefile.am
index 5485386338..3d3f9294f6 100644
--- a/c/src/libnetworking/wrapup/Makefile.am
+++ b/c/src/libnetworking/wrapup/Makefile.am
@@ -9,7 +9,7 @@ endif
NET_O_PIECES = rtems_servers \
rtems_telnetd pppd $(POSIX_PIECES)
-OBJS = $(foreach piece, $(NET_O_PIECES), ../$(piece)/$(ARCH)/*.o)
+OBJS = $(foreach piece, $(NET_O_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT))
LIB = $(ARCH)/libnetapps.a
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg