diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 2000-02-27 07:37:56 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 2000-02-27 07:37:56 -0500 |
commit | b8d12d7997dffb2ff0ab5849fa1a41905aae1bd2 (patch) | |
tree | 3bf10b7eb316b5fdb7c00dca49985bf32129b0a6 /gcc | |
parent | 91da35dbf2e8ef070bfe07125a71dc522610dcdd (diff) | |
download | gcc-b8d12d7997dffb2ff0ab5849fa1a41905aae1bd2.zip gcc-b8d12d7997dffb2ff0ab5849fa1a41905aae1bd2.tar.gz gcc-b8d12d7997dffb2ff0ab5849fa1a41905aae1bd2.tar.bz2 |
* Makefile.in (libcpp.a): Start by deleting it.
From-SVN: r32218
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/Makefile.in | 1 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2a4cb00..bc3d71d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Sun Feb 27 07:44:17 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> + + * Makefile.in (libcpp.a): Start by deleting it. + 2000-02-27 Alexandre Oliva <oliva@lsd.ic.unicamp.br> * cpplib.h (enum file_change_code): Added rename_file. @@ -52,9 +56,9 @@ 2000-02-26 Bruce Korb <bkorb@gnu.org> - fixinc/inclhack.def(undefine_null): the bypass pattern needs to + * fixinc/inclhack.def (undefine_null): the bypass pattern needs to match for DOS headers, too. - fixinc/inclhack.sh,fixincl.x: regen + * fixinc/inclhack.sh,fixincl.x: Regenerate. 2000-02-26 Geoff Keating <geoffk@cygnus.com> diff --git a/gcc/Makefile.in b/gcc/Makefile.in index bdba804..99793eb 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2027,6 +2027,7 @@ LIBCPP_OBJS = cpplib.o cpphash.o cpperror.o cppexp.o cppfiles.o \ # one is strictly for the host. # libcpp.a: $(LIBCPP_OBJS) + -rm -rf libcpp.a $(AR) $(AR_FLAGS) libcpp.a $(LIBCPP_OBJS) if $(RANLIB_TEST) ; then $(RANLIB) libcpp.a ; else true ; fi |