2003-08-15 Michael Chastain <mec@shout.net>
[deliverable/binutils-gdb.git] / src-release
index 2b8fa45c0541b78e9d372b9c8b2dd6ccaf5bcbce..78d9f83125485714ba43698ef8febc984d66eabb 100644 (file)
@@ -160,6 +160,14 @@ do-proto-toplev: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex
        done
        cd etc && $(MAKE) info
        $(MAKE) distclean
+       # Kludge for pr gdb/708.  'configure' configures in
+       # dejagnu/example/calc, but 'make distclean' does not clean in
+       # dejagnu/example.  Someday somebody might fix this in dejagnu,
+       # and then import a new dejagnu into sourceware.  Right now, a
+       # couple of 'rm' commands will get the gdb snapshots working
+       # again.  -- chastain 2003-08-15
+       rm -f dejagnu/example/calc/config.status
+       rm -f dejagnu/example/calc/config.log
        #
        mkdir proto-toplev/etc
        (cd proto-toplev/etc; \
This page took 0.023172 seconds and 4 git commands to generate.