diff options
author | Mark Kettenis <kettenis@gnu.org> | 2008-08-20 10:18:23 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2008-08-20 10:18:23 +0000 |
commit | b365f677216c4c4c40877340b1dcbc2926f60671 (patch) | |
tree | fe21c13742f390ab9e504830e7faa0a2556f8d30 /gdb/Makefile.in | |
parent | 3923a2b2ac386c97467add7353e39c7f1030f34d (diff) | |
download | gdb-b365f677216c4c4c40877340b1dcbc2926f60671.zip gdb-b365f677216c4c4c40877340b1dcbc2926f60671.tar.gz gdb-b365f677216c4c4c40877340b1dcbc2926f60671.tar.bz2 |
* Makefile.in: Remove page break; OpenBSD make chokes on them.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 003467d..a4bf241 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1839,8 +1839,6 @@ python-utils.o: $(srcdir)/python/python-utils.c $(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 |