aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-08-06 19:12:55 +0000
committerK. Richard Pixley <rich@cygnus>1991-08-06 19:12:55 +0000
commit4101d8683819f444840a46569202d92b6a47fd1d (patch)
tree1a81d8de75c912eef07a024f7ff2d95326d3bfab /gas
parentdd61f09ec8bf172d3f377fa1c0aab67455170d67 (diff)
downloadgdb-4101d8683819f444840a46569202d92b6a47fd1d.zip
gdb-4101d8683819f444840a46569202d92b6a47fd1d.tar.gz
gdb-4101d8683819f444840a46569202d92b6a47fd1d.tar.bz2
Host-level GNUmakefiles.
Diffstat (limited to 'gas')
-rwxr-xr-xgas/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/configure b/gas/configure
index 7e64171..8ee5d4e 100755
--- a/gas/configure
+++ b/gas/configure
@@ -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