This is the mail archive of the insight@sourceware.cygnus.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: configure problem with insight.


Here is a quick little patch that fixes the "make distclean" problem
with insight.


1999-08-11  Mo DeJong <dejong@cs.umn.edu>

        * gdb/Makefile.in
	  gdb/tui/Makefile.in : patch to fix "make distclean" rule.


diff -r -u insight-19990809/gdb/Makefile.in
../insight-19990809/gdb/Makefile.in
--- insight-19990809/gdb/Makefile.in    Mon Aug  9 21:45:50 1999
+++ ../insight-19990809/gdb/Makefile.in Wed Aug 11 15:31:41 1999
@@ -573,6 +573,8 @@
 NTSSTART = kdb-start.o

 SUBDIRS = doc \
+       gdbserver \
+       tui \
        testsuite \
        nlm

diff -r -u insight-19990809/gdb/tui/Makefile.in
../insight-19990809/gdb/tui/Makefile.in
--- insight-19990809/gdb/tui/Makefile.in        Thu Dec 31 17:46:27 1998
+++ ../insight-19990809/gdb/tui/Makefile.in     Wed Aug 11 15:31:39 1999
@@ -166,3 +166,8 @@

 clean:
        rm -f *.o *.a
+
+distclean: clean
+       rm -f nm.h tm.h xm.h config.status config.h stamp-h .gdbinit
+       rm -f config.log config.cache
+       rm -f Makefile




Mo DeJong
dejong@cs.umn.edu


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]