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.in | |
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.in')
-rw-r--r-- | newlib/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/newlib/Makefile.in b/newlib/Makefile.in index a58444b..77d1ca1 100644 --- a/newlib/Makefile.in +++ b/newlib/Makefile.in @@ -78,6 +78,7 @@ CXX = @CXX@ CXXCPP = @CXXCPP@ DLLTOOL = @DLLTOOL@ EXEEXT = @EXEEXT@ +EXTRA_DIRS = @EXTRA_DIRS@ GCJ = @GCJ@ GCJFLAGS = @GCJFLAGS@ LDFLAGS = @LDFLAGS@ @@ -164,7 +165,7 @@ FLAGS_TO_PASS = $(AM_MAKEFLAGS) @HAVE_DOC_FALSE@DOCDIR = SUBDIRS = libc libm \ - $(DOCDIR) . + $(DOCDIR) . $(EXTRA_DIRS) tooldir = $(exec_prefix)/$(host_alias) @@ -281,7 +282,7 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = gtar GZIP_ENV = --best -DIST_SUBDIRS = libc libm doc . +DIST_SUBDIRS = libc libm doc . @EXTRA_DIRS@ EXPECT = `if test -f $(top_builddir)/../expect/expect; then echo $(top_builddir)/../expect/expect; else echo expect; fi` RUNTEST = `if test -f $(top_srcdir)/../dejagnu/runtest; then echo $(top_srcdir)/../dejagnu/runtest; else echo runtest; fi` SOURCES = libm.a.c libc.a.c $(libm_la_SOURCES) $(libc_la_SOURCES) |