Makefile.in (stmp-fixinc): Remove extraneous exit 1 from last change.
authorRichard Henderson <rth@cygnus.com>
Wed, 8 Sep 1999 20:37:56 +0000 (13:37 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 8 Sep 1999 20:37:56 +0000 (13:37 -0700)
        * Makefile.in (stmp-fixinc): Remove extraneous exit 1 from
        last change.

From-SVN: r29212

gcc/ChangeLog
gcc/Makefile.in

index 1d2296a..0e8f012 100644 (file)
@@ -1,3 +1,8 @@
+Wed Sep  8 13:35:38 1999  Richard Henderson  <rth@cygnus.com>
+
+       * Makefile.in (stmp-fixinc): Remove extraneous exit 1 from
+       last change.
+
 Wed Sep  8 15:32:16 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * system.h (sbrk, malloc, calloc, realloc): Backup prototypes
index bc31b3d..3f44714 100644 (file)
@@ -2197,7 +2197,6 @@ stmp-fixinc: fixinc.sh gsyslimits.h
          if [ -d $(libdir)/gcc-lib/$(target_alias) ] ; then true ; else mkdir $(libdir)/gcc-lib/$(target_alias) ; fi; \
          if [ -d $(libdir)/gcc-lib/$(target_alias)/$(version) ] ; then true ; else mkdir $(libdir)/gcc-lib/$(target_alias)/$(version) ; fi; \
        else true; fi
-       exit 1
        touch stmp-fixinc
 
 # Files related to the fixproto script.