summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornalin <nalin>2002-11-18 20:32:46 +0000
committernalin <nalin>2002-11-18 20:32:46 +0000
commit4e355429e4b3f16de43ef0ac94eafe0a820b0406 (patch)
tree717f0811552e8fab8bdb729848d7383403eefa27
parent58583d3ec7463b1e71d4c91401243bc90d651033 (diff)
downloadnss_directories-4e355429e4b3f16de43ef0ac94eafe0a820b0406.tar.gz
nss_directories-4e355429e4b3f16de43ef0ac94eafe0a820b0406.tar.xz
nss_directories-4e355429e4b3f16de43ef0ac94eafe0a820b0406.zip
fixup archive targetnss_directories_0_1
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index c32902a..d558585 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,9 +13,9 @@ force-tag:
cvs tag -cF $(CVSTAG)
archive:
- $(RM) -fr /tmp/$(NAME)
+ $(RM) -fr /tmp/$(NAME)-$(VERSION)
cd /tmp ; cvs -d $(shell cat $(top_srcdir)/CVS/Root) export -r $(CVSTAG) -d $(NAME)-$(VERSION) $(NAME)
cd /tmp/$(NAME)-$(VERSION) ; ./autogen.sh ; make distcheck
mv /tmp/$(NAME)-$(VERSION)/$(NAME)-$(VERSION).tar.* $(top_srcdir)/
- $(RM) -fr /tmp/$(NAME)
+ $(RM) -fr /tmp/$(NAME)-$(VERSION)