--- parser3/src/classes/Makefile.in 2001/08/28 10:33:41 1.13 +++ parser3/src/classes/Makefile.in 2001/09/05 08:38:11 1.15 @@ -81,7 +81,7 @@ host_os = @host_os@ SUBDIRS = gd -INCLUDES = -I../include -I../types -I../sql -Igd -I../pcre +INCLUDES = -I../types -I../sql -I../pcre -Igd CLASSES_INC = classes.inc CLASSES_C = classes.C @@ -113,7 +113,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/image.P .deps/int.P .deps/mail.P \ @@ -285,7 +285,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 \