- $(COPY_DIR) --parents * $${TARGET}-$${VERSION}/ ; \
- tar -cz --exclude=.svn -f $$tarball.target $${TARGET}-$${VERSION} ; \
+ $(COPY_DIR) * $${TARGET}-$${VERSION}/ ; \
+ $(DEL_FILE) $${TARGET}-$${VERSION}/*.pro.user* \
+ $${TARGET}-$${VERSION}/$${TARGET}-$${VERSION}.tar.gz \
+ $(DEL_FILE) -r $${TARGET}-$${VERSION}/$${TARGET}-$${VERSION} \
+ $${TARGET}-$${VERSION}/Makefile ; \
+ tar -cz --exclude=.svn --exclude=*.tar.gz -f $$tarball.target $${TARGET}-$${VERSION} ; \