Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-09-20 21:11:29 +0400
committerJeff Johnston <jjohnstn@redhat.com>2002-09-20 21:11:29 +0400
commitda25e61f5998b4ec3e72486cdcd84f6220253ac8 (patch)
treee31a0bcf9c270d60fcfcfb471abc09bd21e5eff0 /newlib/libc/Makefile.am
parent0226921e1dfc24a394eabb211f1b0f92f934faa7 (diff)
2002-09-20 Jeff Johnston <jjohnstn@redhat.com>
* configure.host: Minor comment and formatting changes. * libc/Makefile.am: Add libc_la_DEPENDENCIES. * libc/Makefile.in: Regenerated. * libc/include/sys/config.h: Minor format change.
Diffstat (limited to 'newlib/libc/Makefile.am')
-rw-r--r--newlib/libc/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/Makefile.am b/newlib/libc/Makefile.am
index 3f631e94c..d0ae37976 100644
--- a/newlib/libc/Makefile.am
+++ b/newlib/libc/Makefile.am
@@ -80,6 +80,7 @@ libc_la_LDFLAGS = -Xcompiler -nostdlib
if USE_LIBTOOL
libc_la_SOURCES =
libc_la_LIBADD = $(SUBLIBS)
+libc_la_DEPENDENCIES = $(SUBLIBS)
else
libc.a: $(SUBLIBS)
rm -f $@