From 7bfe3c970f80d54aa454adc26acc8df9de359da6 Mon Sep 17 00:00:00 2001 From: Jonathan Larmour Date: Mon, 3 Apr 2000 07:41:25 +0000 Subject: [PATCH] Makefile.in (stmp-int-hdrs): Make include subdir here... * Makefile.in (stmp-int-hdrs): Make include subdir here... (stmp-fixproto): ...rather than here. From-SVN: r32877 --- gcc/ChangeLog | 5 +++++ gcc/Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * Makefile.in (stmp-int-hdrs): Make include subdir here... + (stmp-fixproto): ...rather than here. + Mon Apr 3 00:50:06 2000 Jason Eckhardt * 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.; \ -- 2.7.4