aboutsummaryrefslogtreecommitdiff
path: root/libiberty/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2004-05-25merge from gccDJ Delorie1-0/+3
2004-03-18merge from gccDJ Delorie1-27/+30
2004-01-22merge from gccDJ Delorie1-146/+675
2004-01-14merge from gccDJ Delorie1-1/+1
2004-01-12merge from gccDJ Delorie1-7/+10
2004-01-10merge from gccDJ Delorie1-1/+1
2003-12-22 * Makefile.in (lbasename.o): Depend on filenames.h.Daniel Jacobowitz1-1/+1
* lbasename.c: Include "filenames.h" instead of defining its macros locally.
2003-12-15merge from gccDJ Delorie1-1/+2
2003-06-22merge from gccDJ Delorie1-1/+2
2003-04-16merge from gccDJ Delorie1-6/+8
2003-04-16merge from gccDJ Delorie1-8/+11
2003-04-15merge from gccDJ Delorie1-12/+20
2003-03-23* Makefile.in (MULTIOSDIR): New macro. Use $(CC) $(LIBCFLAGS)Alexandre Oliva1-4/+9
instead of $$CC alone. (install_to_tooldir): Use it.
2003-02-22merge from gccDJ Delorie1-0/+1
2003-02-21merge from gccDJ Delorie1-2/+2
2003-02-20 * Makefile.in (CFILES): Add lrealpath.c.Daniel Jacobowitz1-0/+3
(REQUIRED_OFILES): Add lrealpath.o. (lrealpath.o): Add rule. * aclocal.m4 (libiberty_NEED_DECLARATION): Add. * configure.in: Add realpath and canonicalize_file_name to checkfuncs and AC_CHECK_FUNCS. Use libiberty_NEED_DECLARATION for canonicalize_file_name. * lrealpath.c: New file. * make-relative-prefix.c: Update documentation. (make_relative_prefix): Simplify. Use lbasename and lrealpath. * config.in: Regenerated. * configure: Regenerated. * functions.texi: Regenerated.
2003-01-30merge from gccDJ Delorie1-1/+2
2003-01-28* Makefile.in (all-subdir, check-subdir, installcheck-subdir)Alexandre Oliva1-1/+1
(info-subdir, install-info-subdir, clean-info-subdir) (dvi-subdir, install-subdir, etags-subdir, mostlyclean-subdir) (clean-subdir, distclean-subdir, maintainer-clean-subdir): Pass $(FLAGS_TO_PASS).
2003-01-28* Makefile.in (install_to_tooldir): Instead of $(MULTISUBDIR), useAlexandre Oliva1-5/+5
/`$$CC -print-multi-os-directory`.
2003-01-25merge from gccDJ Delorie1-3/+2
2003-01-24merge from gccDJ Delorie1-5/+16
2003-01-09merge from gccDJ Delorie1-0/+3
2002-11-22merge from gccDJ Delorie1-0/+3
2002-09-23merge from gccDJ Delorie1-1/+1
2002-07-01merge from gccDJ Delorie1-1/+4
2002-06-22merge from gccDJ Delorie1-8/+8
2002-03-04merge from gccDJ Delorie1-1/+30
2002-01-22merge from gccDJ Delorie1-73/+149
2001-11-26merge from gccDJ Delorie1-2/+7
2001-10-21merge from gccDJ Delorie1-1/+8
2001-10-16merge from gccDJ Delorie1-2/+6
2001-09-26merge from gccDJ Delorie1-7/+61
2001-08-22merge from gccDJ Delorie1-1/+1
2001-08-21merge from gccDJ Delorie1-2/+3
2001-08-04merge from gccDJ Delorie1-1/+1
2001-07-26merge from gccDJ Delorie1-1/+1
2001-07-11merge from gccDJ Delorie1-2/+4
2001-07-05merge from gccDJ Delorie1-1/+1
2001-04-16sync with egcsDJ Delorie1-3/+3
2001-04-16Forgot the makefile portionDaniel Berlin1-4/+5
2001-03-28merge from gccDJ Delorie1-0/+1
2001-03-21merge from gccDJ Delorie1-2/+2
2001-03-10merge from gccDJ Delorie1-6/+9
2001-03-06merge from gccDJ Delorie1-20/+15
2000-12-09Add - before rms to be more portable.DJ Delorie1-7/+7
2000-12-08* safe-ctype.c: New file.DJ Delorie1-12/+12
* Makefile.in (CFILES): Add safe-ctype.c. (REQUIRED_OFILES): Add safe-ctype.o. * argv.c: Define ISBLANK and use it, not isspace. * basename.c, cplus-dem.c, fnmatch.c, pexecute.c, strtod.c, strtol.c, strtoul.c: Include safe-ctype.h, not ctype.h. Use uppercase ctype macros. Don't test ISUPPER(c)/ISLOWER(c) before calling TOLOWER(c)/TOUPPER(c).
2000-12-07* Makefile.in (distclean): When cleaning, remove testsuite.DJ Delorie1-0/+1
2000-10-12merge from gcc repositoryDJ Delorie1-1/+3
2000-09-22 * Makefile.in (REQUIRED_OFILES): Add md5.o.Jason Merrill1-2/+2
(CFILES): Add md5.c. * md5.c: New file.
2000-07-26 * Makefile.in (rename.o, waitpid.o): Depend on config.hJeff Law1-0/+2
* rename.c: include config.h, unistd.h * waitpid.c: include config.h, sys/wait.h