OSDN Git Service

* Makefile.in (libcpp.a): Start by deleting it.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 27 Feb 2000 12:37:56 +0000 (12:37 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 27 Feb 2000 12:37:56 +0000 (12:37 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32218 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index 2a4cb00..bc3d71d 100644 (file)
@@ -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>
 
index bdba804..99793eb 100644 (file)
@@ -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