diff options
author | DJ Delorie <dj@redhat.com> | 2004-01-10 04:04:05 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2004-01-10 04:04:05 +0000 |
commit | 1a79b0243381b7a562332b5f25f43d4d62d08791 (patch) | |
tree | ee4bcc575525f046b2614aba43a035f762ff2340 /libiberty/Makefile.in | |
parent | 87acb4a7d15c490de7cde8f75463e70b963fa414 (diff) | |
download | gdb-1a79b0243381b7a562332b5f25f43d4d62d08791.zip gdb-1a79b0243381b7a562332b5f25f43d4d62d08791.tar.gz gdb-1a79b0243381b7a562332b5f25f43d4d62d08791.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r-- | libiberty/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index f3ff338..0e1c8f2 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -126,7 +126,7 @@ COMPILE.c = $(CC) -c @DEFS@ $(LIBCFLAGS) -I. -I$(INCDIR) $(HDEFINES) @ac_libiber # NOTE: If you add new files to the library, add them to this list # (alphabetical), and add them to REQUIRED_OFILES, or -# CONFIGURED_OFILES and funcs in configure.in. +# CONFIGURED_OFILES and funcs in configure.ac. CFILES = alloca.c argv.c asprintf.c atexit.c \ basename.c bcmp.c bcopy.c bsearch.c bzero.c \ calloc.c choose-temp.c clock.c concat.c cp-demangle.c \ |