Commit 7bfe3c97 by Jonathan Larmour Committed by Jeff Law

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
parent 2201601a
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
......
......@@ -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.; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment