]> www.ginac.de Git - ginac.git/blobdiff - ginsh/Makefile.in
- building GiNaC will no longer bomb if Doxygen is not present
[ginac.git] / ginsh / Makefile.in
index d755e04ea64b4438a0454e6d5ef6b4f8b439fbb0..65524a665aab85716a35383e5130702bbc82b84c 100644 (file)
@@ -135,7 +135,7 @@ DIST_COMMON =  Makefile.am Makefile.in ginsh_lexer.cc ginsh_parser.cc
 
 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
-TAR = tar
+TAR = gtar
 GZIP_ENV = --best
 DEP_FILES =  .deps/ginsh_lexer.P .deps/ginsh_parser.P
 SOURCES = $(ginsh_SOURCES)
@@ -307,7 +307,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 \