X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=Makefile.in;h=2cbb87ae12f1472abd2556dd15b6c9802249a942;hp=d5088ebb1a0725c8143ae4eb67524cbe5c01b66c;hb=ae3044935ddf13dd325f6e11770357b99bbe6095;hpb=9f1ed9ec58a11de2f11f904878c6727549678a91 diff --git a/Makefile.in b/Makefile.in index d5088ebb..2cbb87ae 100644 --- a/Makefile.in +++ b/Makefile.in @@ -360,7 +360,7 @@ distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ - cp -pr $$/$$file $(distdir)/$$file; \ + cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ @@ -455,8 +455,8 @@ installdirs mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean -# Rule to build tar-gzipped distribution package -$(PACKAGE)-$(VERSION).tar.gz: dist +# Rule to build tar-bzipped distribution package +$(PACKAGE)-$(VERSION).tar.bz2: dist # Rule to build RPM distribution package rpm: $(PACKAGE)-$(VERSION).tar.gz