From e284dfd09a24b9ae048612f6528c222828d3d9f4 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 2 Apr 2014 02:28:23 +0000 Subject: Fix bug: inconsistent use of upper and lower case Y and N in make file variables. Make it consistently upper case git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2175 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index d5f47813..b47c3aae 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -175,7 +175,7 @@ else ifeq ($(STATICLIB_TOO),Y) BUILD_STATICLIB = Y else - BUILD_STATICLIB = n + BUILD_STATICLIB = N endif endif -- cgit 1.4.1