mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-06 08:39:35 +08:00
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:
parent
d8a0154e51
commit
1ab0e56783
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user