--- parser3/src/sql/pgsql/Attic/Makefile.in 2001/07/31 07:40:31 1.2 +++ parser3/src/sql/pgsql/Attic/Makefile.in 2001/08/27 12:02:24 1.4 @@ -83,7 +83,7 @@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ INCLUDES = -I.. $(INCLTDL) -I$(PGSQL_INC) lib_LTLIBRARIES = parser3pgsql.la -parser3pgsql_la_SOURCES = parser3pgsql.C parser3pgsql.h +parser3pgsql_la_SOURCES = parser3pgsql.C config_includes.h parser3pgsql_la_LIBADD = $(LIBLTDL) parser3pgsql_la_LDFLAGS = -module -avoid-version ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -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 \