--- parser3/src/classes/Makefile.in 2001/09/26 11:50:09 1.18 +++ parser3/src/classes/Makefile.in 2001/10/02 11:13:35 1.19 @@ -118,7 +118,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best DEP_FILES = .deps/classes.P .deps/date.P .deps/double.P .deps/file.P \ .deps/form.P .deps/hash.P .deps/ident.P .deps/image.P .deps/int.P \ @@ -290,7 +290,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 \