This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


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