gdb/gdbserver/
authorYao Qi <yao@codesourcery.com>
Sat, 14 Apr 2012 04:14:04 +0000 (04:14 +0000)
committerYao Qi <yao@codesourcery.com>
Sat, 14 Apr 2012 04:14:04 +0000 (04:14 +0000)
* Makefile.in (maintainer-clean, realclean, distclean): Remove
Makefile and config.status at last.

gdb/gdbserver/ChangeLog
gdb/gdbserver/Makefile.in

index 708d557047bc8e06b62b023a4b52184c727c2b5a..f48be0decb57cde5698ffe439868e56b067af72d 100644 (file)
@@ -1,3 +1,8 @@
+2012-04-14  Yao Qi  <yao@codesourcery.com>
+
+       * Makefile.in (maintainer-clean, realclean, distclean): Remove
+       Makefile and config.status at last.
+
 2012-04-13  Yao Qi  <yao@codesourcery.com>
 
        * tracepoint.c: Include stdint.h unconditionally.
index 710129d56338a1550c57e1fbe4a04ea9e1430874..6225e655f698aa1cd2d4570b286d60e68e81b2aa 100644 (file)
@@ -319,9 +319,9 @@ clean:
        @cd gnulib; $(MAKE) $(FLAGS_TO_PASS) $(GNULIB_FLAGS_TO_PASS) clean
 
 maintainer-clean realclean distclean: clean
-       rm -f nm.h tm.h xm.h config.status config.h stamp-h config.log
-       rm -f Makefile
+       rm -f nm.h tm.h xm.h config.h stamp-h config.log
        @cd gnulib; $(MAKE) $(FLAGS_TO_PASS) $(GNULIB_FLAGS_TO_PASS) $@
+       rm -f Makefile config.status
 
 config.h: stamp-h ; @true
 stamp-h: config.in config.status
This page took 0.030806 seconds and 4 git commands to generate.