summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/wrapup/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-22 06:35:33 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-22 06:35:33 +0000
commiteb4b28dca2487120d9562b3b7671edcd98c686c0 (patch)
tree3fcf669363b40c58dcaae594e8d284de7b0a5b5c /cpukit/libnetworking/wrapup/Makefile.am
parent2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-eb4b28dca2487120d9562b3b7671edcd98c686c0.tar.bz2
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* kern/Makefile.am: Eliminate LIBNAME. * 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: Use project_libdir instead of $(PROJECT_RELEASE)/lib.
Diffstat (limited to '')
-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 93e9bc30ad..4ce6f090c3 100644
--- a/cpukit/libnetworking/wrapup/Makefile.am
+++ b/cpukit/libnetworking/wrapup/Makefile.am
@@ -18,7 +18,7 @@ include $(top_srcdir)/../automake/lib.am
$(LIB): $(OBJS)
$(make-library)
-$(PROJECT_RELEASE)/lib/libnetworking$(LIB_VARIANT).a: $(LIB)
+$(project_libdir)/libnetworking$(LIB_VARIANT).a: $(LIB)
$(INSTALL_DATA) $< $@
all-local: $(ARCH) $(OBJS) $(LIB)