changeset 33:468db487b347

makefile: dist tarballs are created in the current dir now
author meillo@marmaro.de
date Wed, 04 Jun 2008 23:01:34 +0200
parents 8164905ea8af
children 6a3ef869fd68
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Jun 04 22:57:09 2008 +0200
+++ b/Makefile	Wed Jun 04 23:01:34 2008 +0200
@@ -21,7 +21,7 @@
 	@echo "generating distribution tarball"
 	@mkdir ${NV}
 	@cp -f ${NAME} ${NAME}.1 Makefile ${DOCS} ${NV}
-	@tar -czho --owner 0 --group 0 -f ../${NV}.tar.gz ${NV}
+	@tar -czho --owner 0 --group 0 -f ${NV}.tar.gz ${NV}
 	@rm -rf ${NV}