From a5d7e0be2570bd5250da6141fc75db8690a26c52 Mon Sep 17 00:00:00 2001 From: bustico Date: Mon, 6 May 2013 15:55:23 +0000 Subject: some Makefile and debian build fixes --- src/Makefile | 8 ++++---- src/version.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src') 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 diff --git a/src/version.h b/src/version.h index d522840..8288a6b 100644 --- a/src/version.h +++ b/src/version.h @@ -26,4 +26,4 @@ * */ #define IVYMAJOR_VERSION 3 -#define IVYMINOR_VERSION 12 +#define IVYMINOR_VERSION 13 -- cgit v1.1