[RFC 2/9] Unify windows specifics into common/windows-hdep files

Pierre Muller pierre.muller@ics-cnrs.unistra.fr
Wed Mar 30 12:15:00 GMT 2011


Patch that add windows-hdep.o compilation rule.

Pierre Muller
GDB pascal language maintainer


ChangeLog entry:

2011-03-30  Pierre Muller  <muller@ics.u-strasbg.fr>

	* Makefile.in (windows-hdep.o): New rule.

diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 489b1e9..8c116f4 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1924,6 +1924,10 @@ signals.o: $(srcdir)/common/signals.c
 	$(COMPILE) $(srcdir)/common/signals.c
 	$(POSTCOMPILE)
 
+windows-hdep.o: $(srcdir)/common/windows-hdep.c
+	$(COMPILE) $(srcdir)/common/windows-hdep.c
+	$(POSTCOMPILE)
+
 #
 # gdb/tui/ dependencies
 #
-- 
1.7.4



More information about the Gdb-patches mailing list