From e86a70d2cb7fa602373f926ca9cd1f15612c246e Mon Sep 17 00:00:00 2001 From: Ben10do Date: Mon, 23 Jan 2017 23:46:44 +0000 Subject: [PATCH] Fix the name of the GNUmakefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GNU make actually looks for ‘GNUmakefile’, not ‘GNUMakefile’. Consequently, GNU make would erroneously attempt to use the standard makefile, instead of the GNU-specific one. This would cause an error when attempting to import png.h, due to PNGFLAGS not being correctly set. --- GNUMakefile => GNUmakefile | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename GNUMakefile => GNUmakefile (100%) diff --git a/GNUMakefile b/GNUmakefile similarity index 100% rename from GNUMakefile rename to GNUmakefile