Makefile.in (stmp-fixinc): If we're actually fixing include files...

d
	* Makefile.in (stmp-fixinc): If we're actually fixing include
	files, copy gcc's assert.h into the fixed include dir.
	* fixincludes (assert.h): Avoid any attempts to fix a probably
	broken system specific assert.h file.
	* fixproto (stdlib.h): Make sure, it'll contain a definition of
	size_t.

From-SVN: r18851
This commit is contained in:
Manfred Hollstein 1998-03-27 00:01:06 +00:00
parent d8a0154e51
commit 1ab0e56783
1 changed files with 3 additions and 0 deletions

View File

@ -1924,6 +1924,9 @@ stmp-fixinc: $(FIXINCLUDES) gsyslimits.h
$(SHELL) $(srcdir)/$(FIXINCLUDES) include $$dir; \
else true; fi; \
done; \
rm -f include/assert.h; \
cp $(srcdir)/assert.h include/assert.h; \
chmod a+r include/assert.h; \
else true; \
fi
rm -f include/syslimits.h