]> gcc.gnu.org Git - gcc.git/commitdiff
Makefile.in (stmp-fixinc): If we're actually fixing include files...
authorManfred Hollstein <manfred@gcc.gnu.org>
Fri, 27 Mar 1998 00:01:06 +0000 (00:01 +0000)
committerManfred Hollstein <manfred@gcc.gnu.org>
Fri, 27 Mar 1998 00:01:06 +0000 (00:01 +0000)
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

gcc/Makefile.in

index 02126d9d2e6d6168d3d868e28e5465e43f17a623..e3408e382553fb713f4564cffd70675e46f6131d 100644 (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
This page took 0.061678 seconds and 5 git commands to generate.