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:
authorThomas Fitzsimmons <fitzsim@redhat.com>2002-08-30 03:53:06 +0400
committerThomas Fitzsimmons <fitzsim@redhat.com>2002-08-30 03:53:06 +0400
commitcd45f029c215eec23cce1916b9778383b01ff521 (patch)
treed3baa6e2700b9bc4a4bf5fcb3c866853f7277598 /newlib/libc/sys/linux/configure.in
parent3c6891852a6cc252d10cb452f0445b588765a3ba (diff)
* libc/sys/linux/argp: New directory.
* libc/sys/linux/getopt.c: New file. * libc/sys/linux/getopt1.c: New file. * libc/sys/linux/getoptlong.c: Remove file. * libc/sys/linux/include/argp.h: New file. * libc/sys/linux/Makefile.am: Define argp_dir and ARGP_LIB, based on ELIX level. (SUBDIRS): Add argp_dir. (SUBLIBS): Add ARGP_LIB. (ELIX_2_OBJS): Add getopt.$(oext), getopt1.$(oext), remove getopt_long.$(oext). * libc/sys/linux/configure.in (AC_OUTPUT): Add argp/Makefile.
Diffstat (limited to 'newlib/libc/sys/linux/configure.in')
-rw-r--r--newlib/libc/sys/linux/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/linux/configure.in b/newlib/libc/sys/linux/configure.in
index 2e01a4f44..857c6f9e7 100644
--- a/newlib/libc/sys/linux/configure.in
+++ b/newlib/libc/sys/linux/configure.in
@@ -32,4 +32,4 @@ AC_SUBST(LINUX_MACH_LIB)
AC_CONFIG_SUBDIRS(machine $EXTRA_DIRS)
-AC_OUTPUT(Makefile cmath/Makefile)
+AC_OUTPUT(Makefile cmath/Makefile argp/Makefile)