diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-11-25 22:24:26 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-11-25 22:24:26 +0000 |
commit | 4fbc622f4a3b4614619691a371f59f150bf89355 (patch) | |
tree | 18ace88da5de1ff7bcff9436967b47bce0ab1306 /gcc/Makefile.in | |
parent | 9d3ca4f5a517bd403486d35630a23d489fa9f8cf (diff) | |
download | gcc-4fbc622f4a3b4614619691a371f59f150bf89355.tar.gz |
(stmp-fixproto): Create include subdir if doesn't exist.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6159 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 6a45cd66949..e5fd1fc6b26 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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; \ |