--- parser3/src/classes/Makefile.in 2001/10/02 11:13:35 1.19 +++ parser3/src/classes/Makefile.in 2001/10/09 15:21:12 1.20 @@ -81,7 +81,7 @@ XML_LIBS = @XML_LIBS@ YACC = @YACC@ host_os = @host_os@ -SUBDIRS = gd +SUBDIRS = gd xalan-patched INCLUDES = -I../types -I../sql -I../pcre -Igd @XML_INCLUDES@ @@ -118,7 +118,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar 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 $$/$$file $(distdir)/$$file; \ + cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \