]> www.ginac.de Git - ginac.git/blobdiff - cint/Makefile.in
new #define CINT_CONVERSION_WORKAROUND for ginaccint, needed
[ginac.git] / cint / Makefile.in
index 6ba3fc8201c6ba3b57f10f6ad1e39e27d8de1017..43dc2d8f18bbcc4932feedd339627941c636979d 100644 (file)
@@ -339,7 +339,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 \
@@ -504,7 +504,7 @@ makecint_clean:
        (if [ -f Makefile.makecint ]; then $(MAKE) -f Makefile.makecint clean; fi)
 
 clean: makecint_clean
-       -rm -f libginac.*
+       -rm -f libginac*
 
 distclean: makecint_clean