gdb/breakpoint: use gdb::option for the '-force' flag
[deliverable/binutils-gdb.git] / Makefile.def
index 76d062bb671649040425f4835b958bc4780c1631..089e70ae3ed1a1dcbe586b6c2e0e3b25d14c7390 100644 (file)
@@ -548,6 +548,12 @@ dependencies = { module=configure-libctf; on=all-intl; };
 dependencies = { module=configure-libctf; on=all-zlib; };
 dependencies = { module=configure-libctf; on=all-libiconv; };
 
+// The Makefiles in gdb and gdbserver pull in a file that configure
+// generates in the gnulib directory, so distclean gnulib only after
+// gdb and gdbserver.
+dependencies = { module=distclean-gnulib; on=distclean-gdb; };
+dependencies = { module=distclean-gnulib; on=distclean-gdbserver; };
+
 // Warning, these are not well tested.
 dependencies = { module=all-bison; on=all-intl; };
 dependencies = { module=all-bison; on=all-build-texinfo; };
This page took 0.023015 seconds and 4 git commands to generate.