diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2002-10-07 23:10:13 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2002-10-07 23:10:13 +0000 |
commit | d389acbabf615d25eff5940d75fd43221597b039 (patch) | |
tree | dbe6e2b135b7310b6acbf7205a75174a3c0a534d /newlib/Makefile.am | |
parent | dd76747b8e7892a8a17be9149c600561f518399a (diff) | |
download | newlib-d389acbabf615d25eff5940d75fd43221597b039.zip newlib-d389acbabf615d25eff5940d75fd43221597b039.tar.gz newlib-d389acbabf615d25eff5940d75fd43221597b039.tar.bz2 |
2002-10-07 Jeff Johnston <jjohnstn@redhat.com>
* 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.
Diffstat (limited to 'newlib/Makefile.am')
-rw-r--r-- | newlib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/Makefile.am b/newlib/Makefile.am index 7afb28a..f3be4de 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) |