]> www.ginac.de Git - ginac.git/blobdiff - Makefile.in
- building GiNaC will no longer bomb if Doxygen is not present
[ginac.git] / Makefile.in
index 091bd6e4f2f1c24952fc7d146ef747a3d3cb3ff4..1269c93b7fbec68cb12c599b354b010d92fc98e2 100644 (file)
@@ -108,7 +108,7 @@ configure.in install-sh ltconfig ltmain.sh missing mkinstalldirs
 
 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
-TAR = tar
+TAR = gtar
 GZIP_ENV = --best
 all: all-redirect
 .SUFFIXES:
@@ -292,7 +292,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 \