aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJonathan Larmour <jlarmour@redhat.co.uk>2000-04-03 07:41:25 +0000
committerJeff Law <law@gcc.gnu.org>2000-04-03 01:41:25 -0600
commit7bfe3c970f80d54aa454adc26acc8df9de359da6 (patch)
treeb66f3848616cd9d4f268292c149a9d6b4df7f7ef /gcc
parent2201601ab661e9dbbaa0a25cf2d28e08d4347a9f (diff)
downloadgcc-7bfe3c970f80d54aa454adc26acc8df9de359da6.zip
gcc-7bfe3c970f80d54aa454adc26acc8df9de359da6.tar.gz
gcc-7bfe3c970f80d54aa454adc26acc8df9de359da6.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/Makefile.in2
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.; \