summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile
index aa5f4e6..4501aa6 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -17,14 +17,14 @@
# change this in version.h too !!!!
MAJOR=3
-MINOR=12
+MINOR=13
PERHAPS64 := $(shell getconf LONG_BIT | perl -ne "print /64/ ? '64' : '';")
LIB = /lib$(PERHAPS64)
-ifeq ($(PERHAPS64), "64")
- FPIC=
-else
+ifeq ($(PERHAPS64),64)
FPIC=-fPIC
+else
+ FPIC=
endif
ifndef PREFIX