From d389acbabf615d25eff5940d75fd43221597b039 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Mon, 7 Oct 2002 23:10:13 +0000 Subject: 2002-10-07 Jeff Johnston * Makefile.am: Add EXTRA_DIRS to allow future dependencies on the build library. * configure.in: Ditto. * Makefile.in: Regenerated. * configure: Ditto. * libc/sys/linux/Makefile.am: Add EXTRA_SUBDIRS and EXTRA_SUBLIBS for specifying configured libraries/directories. * libc/sys/linux/configure.in: Ditto. * libc/sys/linux/Makefile.in: Regenerated. * libc/sys/linux/configure: Ditto. --- newlib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/Makefile.am') diff --git a/newlib/Makefile.am b/newlib/Makefile.am index 7afb28a75..f3be4de5e 100644 --- a/newlib/Makefile.am +++ b/newlib/Makefile.am @@ -63,7 +63,7 @@ DOCDIR = endif SUBDIRS = libc libm \ - $(DOCDIR) . + $(DOCDIR) . $(EXTRA_DIRS) tooldir = $(exec_prefix)/$(host_alias) toollibdir = $(tooldir)/lib$(MULTISUBDIR) -- cgit v1.2.3