aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-06-01 19:35:51 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-06-01 19:35:51 +0000
commit3de70f1dd8f2e1a0ea122217091847877acfd91b (patch)
tree926cf3a35c1c38ffc9864c22766f35636fb22599 /Makefile.in
parentd3507982fb3837ea4f02432aa16f3d18135cdd62 (diff)
downloadfsf-binutils-gdb-3de70f1dd8f2e1a0ea122217091847877acfd91b.zip
fsf-binutils-gdb-3de70f1dd8f2e1a0ea122217091847877acfd91b.tar.gz
fsf-binutils-gdb-3de70f1dd8f2e1a0ea122217091847877acfd91b.tar.bz2
* Makefile.in: Add all-libproc target similar to all-gui.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 56d97ba..b3580ea 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -695,10 +695,12 @@ gcc-no-fixedincludes:
# This rule is used to build the modules which use FLAGS_TO_PASS. To
# build a target all-X means to cd to X and make all.
# all-glob is handled specially because it doesn't actually build.
-# all-gui is handled specially because it is still experimental, and
-# if it fails to build, that shouldn't stop "make all".
+#
+# all-gui and all-libproc are handled specially because they are still
+# experimental, and if they fails to build, that shouldn't stop "make
+# all".
.PHONY: $(ALL_MODULES) all-glob all-gui
-$(ALL_MODULES) all-glob all-gui:
+$(ALL_MODULES) all-glob all-gui all-libproc:
@dir=`echo $@ | sed -e 's/all-//'`; \
if [ -f ./$${dir}/Makefile ] ; then \
r=`pwd`; export r; \
@@ -903,7 +905,7 @@ all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-glob all
all-glob:
all-gprof: all-libiberty all-bfd
all-grep: all-libiberty
-all-gui: all-gdb
+all-gui: all-gdb all-libproc
all-gzip: all-libiberty
all-hello: all-libiberty
all-indent: