summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authordamiano1998-12-28 15:55:51 +0000
committerdamiano1998-12-28 15:55:51 +0000
commit3f82a5fbefe1741a24a5a054b6b9aecca893fe23 (patch)
tree1f054f97b5c8e03c91d61dbfe96141023331df23 /src/Makefile
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
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
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