summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>2002-10-02 19:12:43 +0000
committerneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>2002-10-02 19:12:43 +0000
commit8761454522faa72be55257860eed3dfa8dd0e917 (patch)
tree8625f522df2ea8e7c6a5842b7935fcce8ee5d479 /Makefile.in
parentfc5cb4c0a212aa84276241f4483c5e3cc7e877cb (diff)
downloadppe42-gcc-8761454522faa72be55257860eed3dfa8dd0e917.tar.gz
ppe42-gcc-8761454522faa72be55257860eed3dfa8dd0e917.zip
2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.tpl: Eliminate reference to all-gui, all-libproc. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57746 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 2 insertions, 7 deletions
diff --git a/Makefile.in b/Makefile.in
index a3a98bddd3f..c78623f4c83 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1253,12 +1253,8 @@ $(CONFIGURE_BUILD_MODULES):
# 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-gui, and all-libproc are handled specially because
-# they are still experimental, and if they fail to build, that
-# shouldn't stop "make all".
-.PHONY: $(ALL_MODULES) all-gui all-libproc
-$(ALL_MODULES) all-gui all-libproc:
+.PHONY: $(ALL_MODULES)
+$(ALL_MODULES):
@dir=`echo $@ | sed -e 's/all-//'`; \
if [ -f ./$${dir}/Makefile ] ; then \
r=`${PWD}`; export r; \
@@ -1672,7 +1668,6 @@ configure-target-gperf: $(ALL_GCC_CXX)
all-target-gperf: all-target-libiberty all-target-libstdc++-v3
all-gprof: all-libiberty all-bfd all-opcodes all-intl
all-grep: all-libiberty
-all-gui: all-gdb all-libproc
all-guile:
all-gzip: all-libiberty
all-hello: all-libiberty
OpenPOWER on IntegriCloud