summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/wrapup/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-22 13:44:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-22 13:44:48 +0000
commit0e1dd41f04aa8c09cd5aca17fcab3a1d1ff0c280 (patch)
treea2a0818345d408f132cd3545d12b793e2d5141c5 /cpukit/libnetworking/wrapup/Makefile.am
parent2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-0e1dd41f04aa8c09cd5aca17fcab3a1d1ff0c280.tar.bz2
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* kern/Makefile.am: Use .$(OBJEXT) instead of .o. * lib/Makefile.am: Ditto. * libc/Makefile.am: Ditto. * net/Makefile.am: Ditto. * netinet/Makefile.am: Ditto. * nfs/Makefile.am: Ditto. * rtems/Makefile.am: Ditto. * wrapup/Makefile.am: Ditto.
Diffstat (limited to 'cpukit/libnetworking/wrapup/Makefile.am')
-rw-r--r--cpukit/libnetworking/wrapup/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/wrapup/Makefile.am b/cpukit/libnetworking/wrapup/Makefile.am
index 4ce6f090c3..72c6b382b6 100644
--- a/cpukit/libnetworking/wrapup/Makefile.am
+++ b/cpukit/libnetworking/wrapup/Makefile.am
@@ -4,7 +4,7 @@
NET_O_PIECES = kern lib libc net netinet nfs rtems
-OBJS = $(foreach piece, $(NET_O_PIECES), ../$(piece)/$(ARCH)/*.o)
+OBJS = $(foreach piece, $(NET_O_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT))
LIB = $(ARCH)/libnetworking.a
include $(top_srcdir)/../automake/multilib.am