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.
This commit is contained in:
Ralf Corsepius
2002-07-22 06:35:33 +00:00
parent 3e83325e56
commit eb4b28dca2
9 changed files with 21 additions and 20 deletions

View File

@@ -2,11 +2,9 @@
## $Id$
##
include_nfsdir = $(includedir)/nfs
LIBNAME = lib.a
LIB = $(ARCH)/$(LIBNAME)
LIB = $(ARCH)/lib.a
C_FILES = bootp_subr.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)