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]

[PATCH] Remove page break in Makefile.in


OpenBSD make doesn't like them.  Checked in as obvious, since they
serve no particular purpose.


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* Makefile.in: Remove page break; OpenBSD make chokes on them.


Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.1047
diff -u -p -r1.1047 Makefile.in
--- Makefile.in 9 Aug 2008 18:57:08 -0000 1.1047
+++ Makefile.in 20 Aug 2008 10:17:11 -0000
@@ -1839,8 +1839,6 @@ python-utils.o: $(srcdir)/python/python-
 	$(COMPILE) $(PYTHON_CFLAGS) $(srcdir)/python/python-utils.c
 	$(POSTCOMPILE)
 
-
-
 #
 # Dependency tracking.  Most of this is conditional on GNU Make being
 # found by configure; if GNU Make is not found, we fall back to a


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