This commit is contained in:
Christian Grothoff
2023-06-03 12:58:55 +02:00
parent 4ddb80153c
commit dc1973a702
+2 -2
View File
@@ -73,7 +73,7 @@ dist-custm: distdir
@test -n "$(ARC_CMD)" || \
{ echo 'The valid archive command must be defined by "ARC_CMD".' >&2; false; }
@test -n "$(ARC_EXT)" || \
{ echo 'The archive file extention must be set by "ARC_EXT".' >&2; false; }
{ echo 'The archive file extension must be set by "ARC_EXT".' >&2; false; }
-rm -f '$(distdir).$(ARC_EXT)'
tardir=$(distdir) && $(am__tar) | $(ARC_CMD) >$(distdir).$(ARC_EXT)
$(am__post_remove_distdir)
@@ -82,7 +82,7 @@ dist-custm2: distdir
@test -n "$(ARC_CMD)" || \
{ echo 'The valid archive command must be defined by "ARC_CMD".' >&2; false; }
@test -n "$(ARC_EXT)" || \
{ echo 'The archive file extention must be set by "ARC_EXT".' >&2; false; }
{ echo 'The archive file extension must be set by "ARC_EXT".' >&2; false; }
-rm -f '$(distdir).$(ARC_EXT)'
tardir=$(distdir) && $(am__tar) >$(distdir).tar && $(ARC_CMD) $(distdir).tar
rm -f $(distdir).tar