about summary refs log tree commit diff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-04-02 02:28:23 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-04-02 02:28:23 +0000
commite284dfd09a24b9ae048612f6528c222828d3d9f4 (patch)
tree921e45a3b0185fce630eefa51fb9451589be02ac /lib/Makefile
parent89280ede1fdda0257c4788746ae6cc7dc2287831 (diff)
downloadnetpbm-mirror-e284dfd09a24b9ae048612f6528c222828d3d9f4.tar.gz
netpbm-mirror-e284dfd09a24b9ae048612f6528c222828d3d9f4.tar.xz
netpbm-mirror-e284dfd09a24b9ae048612f6528c222828d3d9f4.zip
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
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
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