From 3343f394e78650708db636195c38d47aec9ac108 Mon Sep 17 00:00:00 2001 From: proski Date: Wed, 2 Aug 2006 06:05:48 +0000 Subject: Use at76_usb for tarball and ethtool, drop "v" from version --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f0347b7..8c6fb35 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ DISTFILES = $(SRCS) $(HDRS) Makefile README COPYING CHANGELOG # get the version from at76c503.h ifndef M VERSION = $(shell sed -n 's/^\#define.*DRIVER_VERSION.*"\(.*\)".*$$/\1/p' at76c503.h) -DISTNAME = at76c503-$(VERSION) +DISTNAME = at76_usb-$(VERSION) DISTDIR = $(DISTNAME) endif @@ -91,10 +91,11 @@ ChangeLog: CVS/Entries cvs2cl dist: - [ -d $(DISTNAME) ] && rm -rf $(DISTNAME) || true + rm -rf $(DISTNAME) mkdir $(DISTNAME) cp -f $(DISTFILES) $(DISTNAME) tar zcvf $(DISTNAME).tar.gz $(DISTNAME) + rm -rf $(DISTNAME) rmmod: -rmmod $(obj-m:%.o=%) -- cgit v1.2.3