Makefile.in (stmp-fixinc): Remove extraneous exit 1 from last change.

* Makefile.in (stmp-fixinc): Remove extraneous exit 1 from
        last change.

From-SVN: r29212
This commit is contained in:
Richard Henderson 1999-09-08 13:37:56 -07:00 committed by Richard Henderson
parent 2a1e9fdd03
commit 2e769ad05c
2 changed files with 5 additions and 1 deletions

View 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

View 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.