From 73870e87e6c146e2d9db200917ada1dbcec4ea28 Mon Sep 17 00:00:00 2001 From: Anthony Carrico Date: Tue, 25 Feb 2003 06:46:51 +0000 Subject: [PATCH] Fixed hardcoded version bug. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 442073d..92dab30 100644 --- a/Makefile +++ b/Makefile @@ -97,8 +97,8 @@ dist : cp -r build sunterlib-$(version)/build cp -r s48 sunterlib-$(version)/s48 cp -r scsh sunterlib-$(version)/scsh - find sunterlib-0.1/ -name CVS | xargs rm -rf - find sunterlib-0.1/ -name "*~" | xargs rm -f + find sunterlib-$(version)/ -name CVS | xargs rm -rf + find sunterlib-$(version)/ -name "*~" | xargs rm -f tar -czf sunterlib-$(version).tar.gz sunterlib-$(version) rm -rf sunterlib-$(version)