--- parser3/src/targets/Makefile.in 2001/07/18 13:23:54 1.8 +++ parser3/src/targets/Makefile.in 2001/08/27 12:02:24 1.9 @@ -75,7 +75,6 @@ OBJDUMP = @OBJDUMP@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ VERSION = @VERSION@ -WIN32_ADDITIONAL_LIBS = @WIN32_ADDITIONAL_LIBS@ YACC = @YACC@ host_os = @host_os@ @@ -88,7 +87,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: @@ -202,7 +201,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 \