diff options
author | DJ Delorie <dj@redhat.com> | 2003-02-21 01:35:29 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-02-21 01:35:29 +0000 |
commit | 4938384a1f22b28db51c5a483c4b5a4e0405be21 (patch) | |
tree | 3ea1195322b8ca962fe8d00e8be84782cc5c92d6 /libiberty/Makefile.in | |
parent | 66491ebcb711ba361449716c3526f6d26333612f (diff) | |
download | gdb-4938384a1f22b28db51c5a483c4b5a4e0405be21.zip gdb-4938384a1f22b28db51c5a483c4b5a4e0405be21.tar.gz gdb-4938384a1f22b28db51c5a483c4b5a4e0405be21.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r-- | libiberty/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index c576357..a12ebb1 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -145,7 +145,7 @@ CFILES = alloca.c argv.c asprintf.c atexit.c \ partition.c \ pex-djgpp.c pex-mpw.c pex-msdos.c pex-os2.c \ pex-unix.c pex-win32.c \ - putenv.c \ + physmem.c putenv.c \ random.c regex.c rename.c rindex.c \ safe-ctype.c setenv.c sigsetmask.c sort.c spaces.c \ splay-tree.c strcasecmp.c strchr.c strdup.c strerror.c \ @@ -170,7 +170,7 @@ REQUIRED_OFILES = regex.o cplus-dem.o cp-demangle.o md5.o \ make-relative-prefix.o \ make-temp-file.o \ objalloc.o obstack.o \ - partition.o @pexecute@ \ + partition.o physmem.o @pexecute@ \ safe-ctype.o sort.o spaces.o splay-tree.o strerror.o \ strsignal.o \ ternary.o \ |