--- parser3/src/main/Makefile.in 2001/08/28 12:10:04 1.11 +++ parser3/src/main/Makefile.in 2001/09/05 08:38:11 1.12 @@ -109,7 +109,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/compile.P .deps/compile.tab.P .deps/compile_tools.P \ .deps/execute.P .deps/pa_array.P .deps/pa_common.P \ @@ -223,7 +223,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 \