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.
This commit is contained in:
Kevin Easton
2015-03-16 23:18:00 +11:00
parent 3b80790a31
commit ca093feaf9

View File

@@ -1,5 +0,0 @@
SHELL = /usr/local/bin/bash
default:
$(SHELL) ./configure