diff options
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/Makefile.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0d06bae..cfa341c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2000-04-03 Jonathan Larmour <jlarmour@redhat.co.uk> + + * Makefile.in (stmp-int-hdrs): Make include subdir here... + (stmp-fixproto): ...rather than here. + Mon Apr 3 00:50:06 2000 Jason Eckhardt <jle@cygnus.com> * pa.c (print_operand): Compute 'base' only inside the code paths diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 137f321..d878a27 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2164,6 +2164,7 @@ stmp-int-hdrs: $(STMP_FIXINC) $(USER_H) xlimits.h # this is necessary because VPATH could add a dirname. # Using basename would be simpler, but some systems don't have it. # The touch command is here to workaround an AIX/Linux NFS bug. + -if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi for file in .. $(USER_H); do \ if [ X$$file != X.. ]; then \ realfile=`echo $$file | sed -e 's|.*/\([^/]*\)$$|\1|'`; \ @@ -2301,7 +2302,6 @@ fixhdr.ready: fix-header # if it has already been run on the files in `include'. stmp-fixproto: fixhdr.ready fixproto stmp-int-hdrs @echo "Various warnings and error messages from fixproto are normal" - -if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi -if [ -f include/fixed ] ; then true; \ else \ : This line works around a 'make' bug in BSDI 1.1.; \ |
