From b4b97c71bfc69c7425374af158f84b2221b7d0f3 Mon Sep 17 00:00:00 2001 From: albert <> Date: Sat, 24 Jun 2006 04:34:55 +0000 Subject: [PATCH] use ln_f, and update to version 3.2.7 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ee28ccdb..9de32963 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ VERSION := 3 SUBVERSION := 2 -MINORVERSION := 6 +MINORVERSION := 7 TARVERSION := $(VERSION).$(SUBVERSION).$(MINORVERSION) ############ vars @@ -255,7 +255,7 @@ watch: % : %.o ############ progX --> progY snice kill: skill - ln -f skill $@ + $(ln_f) skill $@ pkill: pgrep - ln -f pgrep pkill + $(ln_f) pgrep pkill