about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-04-02 02:30:50 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-04-02 02:30:50 +0000
commit39ce3b6a639cff6dbcecfe5be99c2d64049e7a95 (patch)
tree3012ceffcfccf1d3ebdcb1789c65868679d668ac /GNUmakefile
parent04afde0b11367018d95be801c543fdcf16420b5d (diff)
downloadnetpbm-mirror-39ce3b6a639cff6dbcecfe5be99c2d64049e7a95.tar.gz
netpbm-mirror-39ce3b6a639cff6dbcecfe5be99c2d64049e7a95.tar.xz
netpbm-mirror-39ce3b6a639cff6dbcecfe5be99c2d64049e7a95.zip
Release 10.66.01
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@2176 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 8cda072d..682c97f0 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -396,19 +396,19 @@ lib/install.hdr:
 	$(MAKE) -C $(dir $@) -f $(SRCDIR)/lib/Makefile \
 	    SRCDIR=$(SRCDIR) BUILDDIR=$(BUILDDIR) $(notdir $@)
 
-ifeq ($(STATICLIB_TOO),y)
-BUILD_STATIC = y
+ifeq ($(STATICLIB_TOO),Y)
+BUILD_STATIC = Y
 else
   ifeq ($(NETPBMLIBTYPE),unixstatic)
-    BUILD_STATIC = y
+    BUILD_STATIC = Y
   else
-    BUILD_STATIC = n
+    BUILD_STATIC = N
   endif
 endif
 
 .PHONY: install.staticlib
 install.staticlib: 
-ifeq ($(BUILD_STATIC),y)
+ifeq ($(BUILD_STATIC),Y)
 	$(MAKE) -C lib -f $(SRCDIR)/lib/Makefile \
 	SRCDIR=$(SRCDIR) BUILDDIR=$(BUILDDIR) install.staticlib 
 endif