summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordamiano1998-12-28 15:55:51 +0000
committerdamiano1998-12-28 15:55:51 +0000
commit3f82a5fbefe1741a24a5a054b6b9aecca893fe23 (patch)
tree1f054f97b5c8e03c91d61dbfe96141023331df23
parentc32508e67bb56fb59c85e7fe298610656756b393 (diff)
downloadivy-c-3f82a5fbefe1741a24a5a054b6b9aecca893fe23.zip
ivy-c-3f82a5fbefe1741a24a5a054b6b9aecca893fe23.tar.gz
ivy-c-3f82a5fbefe1741a24a5a054b6b9aecca893fe23.tar.bz2
ivy-c-3f82a5fbefe1741a24a5a054b6b9aecca893fe23.tar.xz
Correction de debian/rules
-rwxr-xr-xdebian/rules2
-rw-r--r--src/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index f687d25..89f2405 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ MINOR := $(shell sed -n $(SED_COMMAND) debian/changelog | head -1 | sed -n 's/[0
build:
$(checkdir)
- cd src && make all
+ cd src && make all MAJOR=$(MAJOR) MINOR=$(MINOR)
touch build
diff --git a/src/Makefile b/src/Makefile
index aff6ada..636173a 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -20,7 +20,7 @@ XTOBJ = ivyxtloop.o ivysocket.o ivy.o
ifneq (strip $(MAJOR),)
MAJOR=1
endif
-ifneq(strip $(MINOR),)
+ifneq (strip $(MINOR),)
MINOR=2
endif