--- parser3/src/sql/pgsql/Attic/Makefile.in 2001/07/31 07:40:31 1.2 +++ parser3/src/sql/pgsql/Attic/Makefile.in 2001/07/31 07:44:44 1.3 @@ -117,7 +117,7 @@ ltmain.sh missing mkinstalldirs DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best DEP_FILES = .deps/parser3pgsql.P SOURCES = $(parser3pgsql_la_SOURCES) @@ -368,7 +368,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 \