(stmp-fixproto): Create include subdir if doesn't exist.
authorRichard Stallman <rms@gnu.org>
Thu, 25 Nov 1993 22:24:26 +0000 (22:24 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 25 Nov 1993 22:24:26 +0000 (22:24 +0000)
From-SVN: r6159

gcc/Makefile.in

index 6a45cd669497b9bfe5d2fae7bc3ac619911823a8..e5fd1fc6b260891cb827f734f450772d1049e11b 100644 (file)
@@ -1618,6 +1618,7 @@ fixhdr.ready: fix-header
 # if it has already been run on the files in `include'.
 stmp-fixproto: fixhdr.ready fixproto stmp-headers
        @echo "Various warnings and error messages from fixproto are normal"
+       -if [ -d include ] ; then true; else mkdir include; fi
        if [ -f include/fixed ] ; then true; \
        else \
          CPP="$(GCC_FOR_TARGET) -E"; export CPP; \