Commit Graph
4 Commits
Author SHA1 Message Date
Kevin Easton 1c6ff3088a Fix compilation problems in 'amp' plugin.
Four instances where 'default:' is at the end of a block replaced with
'default: break;' (reported by mscherer).

One typo where [j] should have been [1] (array out of bounds error).

Missing <unistd.h> includes for _exit(), and <string.h> for memcpy().
2015-03-17 00:06:34 +11:00
Kevin Easton 6898260809 Add configure.lineno to files removed by distclean target. 2015-03-16 23:45:49 +11:00
Kevin Easton 5b89193679 Remove doc/Makefile (template for dummy toplevel Makefile). 2015-03-16 23:23:14 +11:00
Kevin Easton ca093feaf9 Remove top-level dummy Makefile.
There's no need for a top-level dummy Makefile - the real Makefile is generated
by configure, and the dummy file only worked on systems that had bash installed
into /usr/local/bin anwyay.
2015-03-16 23:18:00 +11:00