From 3f82a5fbefe1741a24a5a054b6b9aecca893fe23 Mon Sep 17 00:00:00 2001 From: damiano Date: Mon, 28 Dec 1998 15:55:51 +0000 Subject: Correction de debian/rules --- debian/rules | 2 +- src/Makefile | 2 +- 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 -- cgit v1.1