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>2006-05-10 01:53:35 +0400
committerJeff Johnston <jjohnstn@redhat.com>2006-05-10 01:53:35 +0400
commit7f32c41d7f88296c451ccabafaa9ad771f6a736a (patch)
tree37f03a2660138d929fd0394fdd94ad03bfa9cf83 /newlib/libc/ctype/Makefile.am
parentbac01fc8f796741efe8b9214646ba4aa8eb207f2 (diff)
2006-05-09 Jeff Johnston <jjohnstn@redhat.com>
* libc/ctype/Makefile.am: Add $(ELIX_SOURCES) to lib_a_SOURCES. * libc/ctype/Makefile.in: Regenerated.
Diffstat (limited to 'newlib/libc/ctype/Makefile.am')
-rw-r--r--newlib/libc/ctype/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/ctype/Makefile.am b/newlib/libc/ctype/Makefile.am
index e442cf2f5..eba35ef95 100644
--- a/newlib/libc/ctype/Makefile.am
+++ b/newlib/libc/ctype/Makefile.am
@@ -58,7 +58,7 @@ libctype_la_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)
noinst_DATA = objectlist.awk.in
else
noinst_LIBRARIES = lib.a
-lib_a_SOURCES = $(GENERAL_SOURCES)
+lib_a_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)
lib_a_CFLAGS = $(AM_CFLAGS)
noinst_DATA =
endif # USE_LIBTOOL