44 lines
1.8 KiB
Diff
44 lines
1.8 KiB
Diff
--- gdb-7.6/libiberty/Makefile.in.orig 2013-06-12 04:27:21 +0400
|
|
+++ gdb-7.6/libiberty/Makefile.in 2013-06-12 04:35:26 +0400
|
|
@@ -129,7 +129,7 @@
|
|
dwarfnames.c dyn-string.c \
|
|
fdmatch.c ffs.c fibheap.c filename_cmp.c floatformat.c \
|
|
fnmatch.c fopen_unlocked.c \
|
|
- getcwd.c getopt.c getopt1.c getpagesize.c getpwd.c getruntime.c \
|
|
+ getcwd.c getpagesize.c getpwd.c getruntime.c \
|
|
gettimeofday.c \
|
|
hashtab.c hex.c \
|
|
index.c insque.c \
|
|
@@ -154,8 +154,8 @@
|
|
strtoul.c strndup.c strnlen.c strverscmp.c \
|
|
timeval-utils.c tmpnam.c \
|
|
unlink-if-ordinary.c \
|
|
- vasprintf.c vfork.c vfprintf.c vprintf.c vsnprintf.c vsprintf.c \
|
|
- waitpid.c \
|
|
+ vasprintf.c vfprintf.c vprintf.c vsnprintf.c vsprintf.c \
|
|
+ msdos.c \
|
|
xatexit.c xexit.c xmalloc.c xmemdup.c xstrdup.c xstrerror.c \
|
|
xstrndup.c
|
|
|
|
@@ -171,7 +171,7 @@
|
|
./fdmatch.$(objext) ./fibheap.$(objext) \
|
|
./filename_cmp.$(objext) ./floatformat.$(objext) \
|
|
./fnmatch.$(objext) ./fopen_unlocked.$(objext) \
|
|
- ./getopt.$(objext) ./getopt1.$(objext) ./getpwd.$(objext) \
|
|
+ ./getpwd.$(objext) \
|
|
./getruntime.$(objext) ./hashtab.$(objext) ./hex.$(objext) \
|
|
./lbasename.$(objext) ./lrealpath.$(objext) \
|
|
./make-relative-prefix.$(objext) ./make-temp-file.$(objext) \
|
|
@@ -220,9 +220,9 @@
|
|
./strrchr.$(objext) ./strstr.$(objext) ./strtod.$(objext) \
|
|
./strtol.$(objext) ./strtoul.$(objext) ./strverscmp.$(objext) \
|
|
./tmpnam.$(objext) \
|
|
- ./vasprintf.$(objext) ./vfork.$(objext) ./vfprintf.$(objext) \
|
|
+ ./vasprintf.$(objext) ./vfprintf.$(objext) \
|
|
./vprintf.$(objext) ./vsnprintf.$(objext) ./vsprintf.$(objext) \
|
|
- ./waitpid.$(objext)
|
|
+ ./msdos.$(objext)
|
|
|
|
# These files are installed if the library has been configured to do so.
|
|
INSTALLED_HEADERS = \
|