diff options
author | DJ Delorie <dj@redhat.com> | 2005-04-11 19:32:04 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2005-04-11 19:32:04 +0000 |
commit | ac119ae83bf6d1a1fd5f8aa609180dacf220a3e8 (patch) | |
tree | 6d153a3e16cc15d710c5338bddf713e2e014db56 /libiberty/Makefile.in | |
parent | b5b2699cd62e27bbf96558fdfce753babba5baf0 (diff) | |
download | gdb-ac119ae83bf6d1a1fd5f8aa609180dacf220a3e8.zip gdb-ac119ae83bf6d1a1fd5f8aa609180dacf220a3e8.tar.gz gdb-ac119ae83bf6d1a1fd5f8aa609180dacf220a3e8.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r-- | libiberty/Makefile.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 78957ee..6804015 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -132,6 +132,7 @@ CFILES = alloca.c argv.c asprintf.c atexit.c \ cp-demint.c cplus-dem.c \ dyn-string.c \ fdmatch.c ffs.c fibheap.c floatformat.c fnmatch.c \ + fopen_unlocked.c \ getcwd.c getopt.c getopt1.c getpagesize.c getpwd.c getruntime.c \ gettimeofday.c \ hashtab.c hex.c \ @@ -165,6 +166,7 @@ REQUIRED_OFILES = ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o \ ./choose-temp.o ./concat.o ./cp-demint.o \ ./dyn-string.o \ ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o \ + ./fopen_unlocked.o \ ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o \ ./hashtab.o ./hex.o \ ./lbasename.o ./lrealpath.o \ @@ -584,6 +586,13 @@ $(CONFIGURED_OFILES): stamp-picdir else true; fi $(COMPILE.c) $(srcdir)/fnmatch.c $(OUTPUT_OPTION) +./fopen_unlocked.o: $(srcdir)/fopen_unlocked.c config.h $(INCDIR)/ansidecl.h \ + $(INCDIR)/libiberty.h + if [ x"$(PICFLAG)" != x ]; then \ + $(COMPILE.c) $(PICFLAG) $(srcdir)/fopen_unlocked.c -o pic/$@; \ + else true; fi + $(COMPILE.c) $(srcdir)/fopen_unlocked.c $(OUTPUT_OPTION) + ./getcwd.o: $(srcdir)/getcwd.c config.h if [ x"$(PICFLAG)" != x ]; then \ $(COMPILE.c) $(PICFLAG) $(srcdir)/getcwd.c -o pic/$@; \ @@ -1041,7 +1050,7 @@ $(CONFIGURED_OFILES): stamp-picdir else true; fi $(COMPILE.c) $(srcdir)/vsprintf.c $(OUTPUT_OPTION) -./waitpid.o: $(srcdir)/waitpid.c config.h +./waitpid.o: $(srcdir)/waitpid.c config.h $(INCDIR)/ansidecl.h if [ x"$(PICFLAG)" != x ]; then \ $(COMPILE.c) $(PICFLAG) $(srcdir)/waitpid.c -o pic/$@; \ else true; fi |