Host-level GNUmakefiles.

This commit is contained in:
K. Richard Pixley
1991-08-06 19:12:55 +00:00
parent dd61f09ec8
commit 4101d86838
7 changed files with 373 additions and 255 deletions

6
gas/configure vendored
View File

@@ -574,7 +574,7 @@ links="host.h targ-cpu.c targ-cpu.h targ-env.h obj-format.h obj-format.c atof-ta
done # for each target
# Now build a Makefile for this host.
if [ -n "${forcesubdirs}" ] ; then
if [ -n "${forcesubdirs}" -a ! -n "${removing}" ] ; then
cd ${hostsubdir}
cat > GNUmakefile << E!O!F
# Makefile generated by configure for host ${host}.
@@ -674,8 +674,8 @@ exit 0
#
# $Log$
# Revision 1.15 1991/08/05 21:36:41 rich
# *** empty log message ***
# Revision 1.16 1991/08/06 19:12:37 rich
# Host-level GNUmakefiles.
#
# Revision 1.22 1991/07/20 01:22:30 rich
# propogate gdb changes and destdir fix