]> www.ginac.de Git - ginac.git/blobdiff - check/Makefile.in
- building GiNaC will no longer bomb if Doxygen is not present
[ginac.git] / check / Makefile.in
index a27cc7d12fd800ef5d0a3700e88b04428bd59f5a..050ad37604c21df341b6b4946239c0219de30a4d 100644 (file)
@@ -131,7 +131,7 @@ DIST_COMMON =  Makefile.am Makefile.in
 
 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
-TAR = tar
+TAR = gtar
 GZIP_ENV = --best
 DEP_FILES =  .deps/differentiation.P .deps/expand_subs.P \
 .deps/fcntimer.P .deps/inifcns_consist.P .deps/lsolve_onedim.P \
@@ -243,7 +243,7 @@ distdir: $(DISTFILES)
        @for file in $(DISTFILES); do \
          d=$(srcdir); \
          if test -d $$d/$$file; then \
-           cp -pr $$d/$$file $(distdir)/$$file; \
+           cp -pr $$/$$file $(distdir)/$$file; \
          else \
            test -f $(distdir)/$$file \
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \