summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorbustico2013-05-06 15:55:23 +0000
committerbustico2013-05-06 15:55:23 +0000
commita5d7e0be2570bd5250da6141fc75db8690a26c52 (patch)
treec65d8cfd64c2a54eb84039d0dcbfe83bbd729493 /src/Makefile
parent28a7e628b8b5411441b178480e1dcfa40e9930c8 (diff)
downloadivy-c-a5d7e0be2570bd5250da6141fc75db8690a26c52.zip
ivy-c-a5d7e0be2570bd5250da6141fc75db8690a26c52.tar.gz
ivy-c-a5d7e0be2570bd5250da6141fc75db8690a26c52.tar.bz2
ivy-c-a5d7e0be2570bd5250da6141fc75db8690a26c52.tar.xz
some Makefile and debian build fixes
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