--- parser3/src/Makefile.in 2001/10/27 12:17:17 1.31 +++ parser3/src/Makefile.in 2001/11/01 16:12:03 1.34 @@ -65,6 +65,8 @@ AS = @AS@ AWK = @AWK@ CC = @CC@ CXX = @CXX@ +DB2_INCLUDES = @DB2_INCLUDES@ +DB2_LIBS = @DB2_LIBS@ DLLTOOL = @DLLTOOL@ INCLTDL = @INCLTDL@ LIBADD_DL = @LIBADD_DL@ @@ -82,7 +84,7 @@ XML_LIBS = @XML_LIBS@ YACC = @YACC@ host_os = @host_os@ -SUBDIRS = classes types main libltdl pcre targets +SUBDIRS = libltdl pcre main types classes targets LIBTOOL_DEPS = @LIBTOOL_DEPS@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -97,7 +99,7 @@ install-sh ltconfig ltmain.sh missing mk DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: @@ -279,7 +281,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 \