* Makefile.in (install): Don't depend on gdb.
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 11 Jun 1993 19:08:18 +0000 (19:08 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 11 Jun 1993 19:08:18 +0000 (19:08 +0000)
gdb/ChangeLog
gdb/Makefile.in

index c1c3e6745a5f049b327bb9bc447fb055374a862c..ae31db0c3924634db1a9c68af77fb83a32626cf3 100644 (file)
@@ -1,5 +1,7 @@
 Fri Jun 11 10:17:41 1993  Jim Kingdon  (kingdon@cygnus.com)
 
+       * Makefile.in (install): Don't depend on gdb.
+
        * Rename remote-es1800.c to remote-es.c
        and remote-st2000.c to remote-st.c for 14-char filenames.
        config/m68k/{es1800,st2000}: Use the new names.
index ad56df94eb36f8d89ca285e1582c537e604f9daa..cd0473a36c89621effcf983002a602b07f0d4ca0 100644 (file)
@@ -441,7 +441,11 @@ gdb.z:gdb.1
        pack gdb.t ; rm -f gdb.t
        mv gdb.t.z gdb.z
        
-install: gdb 
+# Traditionally this depends on "all".  But it is probably more useful
+# not to; for example, if the user has made some trivial change to a 
+# source file and doesn't care about rebuilding or just wants to save the
+# time it takes for make to check that all is up to date.
+install:
        -parent=`echo $(bindir)|sed -e 's@/[^/]*$$@@'`; \
        if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi
        -if [ -d $(bindir) ] ; then true ; else mkdir $(bindir) ; fi
@@ -621,6 +625,8 @@ depend: $(SOURCES) Makefile.in
          -e '/:.*\.tab\.c/d' \
          -e 's/.*:\(.*\.c\).*/ $${CC} -c $${INTERNAL_CFLAGS} \1/' \
          -e 's;$${srcdir}/xcoffread.c;-I$${BFD_SRC_DIR} -I$${BFD_OBJ_DIR} &;' \
+         -e 's;$${srcdir}/xcoffexec.c;-I$${BFD_SRC_DIR} -I$${BFD_OBJ_DIR} &;' \
+         -e 's;$${srcdir}/paread.c;-I$${BFD_SRC_DIR} -I$${BFD_OBJ_DIR} &;' \
          -e 's;$${srcdir}/stabsread.c;-I$${BFD_SRC_DIR} -I$${BFD_OBJ_DIR} &;' \
          -e 's;$${srcdir}/dwarfread.c;-I$${BFD_SRC_DIR} -I$${BFD_OBJ_DIR} &;' \
          -e 's;$${srcdir}/elfread.c;-I$${BFD_SRC_DIR} -I$${BFD_OBJ_DIR} &;' \