* Makefile.in: Add all-gui target (but not yet build by "all").
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 26 May 1994 23:55:34 +0000 (23:55 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 26 May 1994 23:55:34 +0000 (23:55 +0000)
ChangeLog
Makefile.in

index 374c667..ae88949 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * Makefile.in: Add all-gui target (but not yet build by "all").
+
 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
 
        * config.sub: Move deletion of patch suffix from here...
index 8f49f63..3cb00fd 100644 (file)
@@ -686,8 +686,10 @@ 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.
-.PHONY: $(ALL_MODULES) all-glob
-$(ALL_MODULES) all-glob:
+# all-gui is handled specially because it is still experimental, and
+# if it fails to build, that shouldn't stop "make all".
+.PHONY: $(ALL_MODULES) all-glob all-gui
+$(ALL_MODULES) all-glob all-gui:
        @dir=`echo $@ | sed -e 's/all-//'`; \
        if [ -f ./$${dir}/Makefile ] ; then \
          r=`pwd`; export r; \
@@ -879,6 +881,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-gzip: all-libiberty
 all-hello: all-libiberty
 all-indent: